Changeset 1372
- Timestamp:
- 07/08/08 08:59:03 (2 months ago)
- Files:
-
- trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SConstruct
r1308 r1372 920 920 default_combo_type = None 921 921 922 # XXX: This is a hack to deal with what seems to be a bug in SCons. It 923 # sets up the shared linker flags for the Apple GCC case to use -shared 924 # instead of -dynamiclib. 925 if "darwin" == platform: 926 common_env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -dynamiclib') 927 922 928 for combo in variant_helper.iterate(locals(), base_bldr, common_env): 923 929 #baseEnv = env_bldr.applyToEnvironment(common_env.Copy(), variant=combo,options=opts)
