mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
better debian support
This commit is contained in:
parent
8eed878308
commit
340f06ab24
@ -4,7 +4,8 @@ import os
|
||||
def insert( env , options ):
|
||||
|
||||
if not foundxulrunner( env , options ):
|
||||
env.Append( CPPDEFINES=[ "MOZJS" ] )
|
||||
if os.path.exists( "usr/include/mozjs/" ):
|
||||
env.Append( CPPDEFINES=[ "MOZJS" ] )
|
||||
|
||||
|
||||
def foundxulrunner( env , options ):
|
||||
|
Loading…
Reference in New Issue
Block a user