diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-18 17:41:05 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-18 17:41:05 (GMT) |
commit | e494f9a206cbb44903f3a032f858b0ef35a039d1 (patch) | |
tree | 7ca1110f6efb325874a3ea1dcdeb4ce8e8d9b979 /BuildTools/SCons | |
parent | f0cc7282e0e60de3a0deebd3975c535dd96d4c34 (diff) | |
download | swift-contrib-swift-1.0.zip swift-contrib-swift-1.0.tar.bz2 |
Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0
Diffstat (limited to 'BuildTools/SCons')
-rw-r--r-- | BuildTools/SCons/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTools/SCons/SConstruct b/BuildTools/SCons/SConstruct index 86f4cda..bd40f1f 100644 --- a/BuildTools/SCons/SConstruct +++ b/BuildTools/SCons/SConstruct @@ -160,6 +160,7 @@ if env.get("mac105", 0) : "-mmacosx-version-min=10.5", "-isysroot", "/Developer/SDKs/MacOSX10.5.sdk", "-arch", "i386"]) + env.Append(FRAMEWORKS = ["Security"]) # If we build shared libs on AMD64, we need -fPIC. # This should have no performance impact om AMD64 |