scons: do not use -rdynamic flag on os x
This commit is contained in:
parent
af201551b8
commit
566ae578bb
1 changed files with 2 additions and 1 deletions
|
@ -1432,6 +1432,7 @@ if not preconfigured:
|
||||||
|
|
||||||
# Add rdynamic to allow using statics between application and plugins
|
# Add rdynamic to allow using statics between application and plugins
|
||||||
# http://stackoverflow.com/questions/8623657/multiple-instances-of-singleton-across-shared-libraries-on-linux
|
# http://stackoverflow.com/questions/8623657/multiple-instances-of-singleton-across-shared-libraries-on-linux
|
||||||
|
if env['PLATFORM'] != 'Darwin':
|
||||||
env.MergeFlags('-rdynamic')
|
env.MergeFlags('-rdynamic')
|
||||||
|
|
||||||
# Customizing the C++ compiler flags depending on:
|
# Customizing the C++ compiler flags depending on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue