We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d7224 commit d2fdeb3Copy full SHA for d2fdeb3
1 file changed
SConstruct
@@ -77,6 +77,8 @@ elif platform == 'mingw':
77
elif platform == 'linux-gcc':
78
env.Tool( 'default' )
79
env.Append( LIBS = ['pthread'], CCFLAGS = "-Wall" )
80
+ LD_LIBRARY_PATH = os.environ.get('LD_LIBRARY_PATH', '')
81
+ os.environ['LD_LIBRARY_PATH'] = "%s:libs/linux-gcc" %LD_LIBRARY_PATH
82
else:
83
print "UNSUPPORTED PLATFORM."
84
env.Exit(1)
0 commit comments