0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00
mongodb/buildscripts/hacks_mandriva.py
2010-03-22 17:21:16 -04:00

9 lines
211 B
Python

import os
import glob
def insert( env , options ):
jslibPaths = glob.glob('/usr/include/js-*/')
if len(jslibPaths) >= 1:
jslibPath = jslibPaths.pop()
env.Append( CPPPATH=[ jslibPath ] )