summaryrefslogtreecommitdiff
path: root/ACE/bin/make_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/make_release.py')
-rwxr-xr-xACE/bin/make_release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/bin/make_release.py b/ACE/bin/make_release.py
index 04c34636b0f..df19c6d8f8c 100755
--- a/ACE/bin/make_release.py
+++ b/ACE/bin/make_release.py
@@ -905,6 +905,7 @@ def generate_workspaces (stage_dir):
os.putenv ("TAO_ROOT", os.path.join (stage_dir, "ACE_wrappers", "TAO"))
os.putenv ("CIAO_ROOT", os.path.join (stage_dir, "ACE_wrappers", "TAO", "CIAO"))
os.putenv ("DANCE_ROOT", os.path.join (stage_dir, "ACE_wrappers", "TAO", "DAnCE"))
+ os.putenv ("DDS_ROOT", "")
# Create option strings
mpc_command = os.path.join (stage_dir, "ACE_wrappers", "bin", "mwc.pl")