summaryrefslogtreecommitdiff
path: root/buildscripts/hacks_mandriva.py
blob: b452ab31c11591933b3bcb7a97ea7753b596794c (plain)
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/" ] )