Skip to content

Commit 58444f7

Browse files
author
Clement Champetier
committed
SConscript: clean
Remove duplicate variable on C++ environment.
1 parent 013c278 commit 58444f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SConstruct

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ if os.name == "nt" and sys.platform.startswith("win"): # detect windows platefor
9494
else:
9595
env.AppendUnique( CPPDEFINES = 'UNIX' )
9696
env.AppendUnique( CPPDEFINES = '__UNIX__' )
97-
env.AppendUnique( CXXFLAGS = '-fPIC' ),
9897
if sys.platform.startswith( "darwin" ): # for disabling macros such as check, verify, require ... ( AssertMacros.h )
9998
env.AppendUnique( CPPDEFINES = '__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0' )
10099

0 commit comments

Comments
 (0)