1 2 3 4 5 6
import os def insert( env , options ): if os.path.exists( "/usr/include/js-1.70/" ): env.Append( CPPPATH=[ "/usr/include/js-1.70/" ] )