summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-03-16 20:26:53 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-03-16 20:26:53 (GMT)
commit2feadc01a56269094e6c533ca23b4357b65ab2a9 (patch)
tree6ad254cfbdce462df5bcb7baab0000a1b1e0fafb /BuildTools/SCons/SConstruct
parentc019d185626f6e9220f139a6e0d5543d1fc97f09 (diff)
downloadswift-2feadc01a56269094e6c533ca23b4357b65ab2a9.zip
swift-2feadc01a56269094e6c533ca23b4357b65ab2a9.tar.bz2
Some more Swiften packaging improvements & fixes.
Diffstat (limited to 'BuildTools/SCons/SConstruct')
-rw-r--r--BuildTools/SCons/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct
index 6f1b6eb..86f4cda 100644
--- a/BuildTools/SCons/SConstruct
+++ b/BuildTools/SCons/SConstruct
@@ -209,7 +209,7 @@ env["TEST_IGNORE_RESULT"] = "ignore_test_result" in ARGUMENTS
env["DIST"] = "dist" in ARGUMENTS or env.GetOption("clean")
for path in ["SWIFT_INSTALLDIR", "SWIFTEN_INSTALLDIR"] :
if ARGUMENTS.get(path, "") :
- if os.path.isabs(path) :
+ if os.path.isabs(ARGUMENTS[path]) :
env[path] = Dir(ARGUMENTS[path]).abspath
else :
env[path] = Dir("#/" + ARGUMENTS[path]).abspath