mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
spam
This commit is contained in:
parent
d2801728ed
commit
93ae19c91f
@ -247,8 +247,6 @@ elif "win32" == os.sys.platform:
|
||||
else:
|
||||
print( "No special config for [" + os.sys.platform + "] which probably means it won't work" )
|
||||
|
||||
print( "platform: " + platform + " processor: " + processor )
|
||||
|
||||
if useJavaHome:
|
||||
env.Append( CPPPATH=[ javaHome + "include" , javaHome + "include/" + javaOS ] )
|
||||
env.Append( LIBPATH=[ javaHome + "jre/lib/" + javaVersion + "/server" , javaHome + "jre/lib/" + javaVersion ] )
|
||||
|
Loading…
Reference in New Issue
Block a user