merge
commit
b445ecb2b0
|
@ -13,6 +13,10 @@ if pythonEnv.has_key('PYTHONLIB'):
|
||||||
pythonEnv.Prepend(LIBS=pythonEnv['PYTHONLIB'])
|
pythonEnv.Prepend(LIBS=pythonEnv['PYTHONLIB'])
|
||||||
if pythonEnv.has_key('XERCESINCLUDE'):
|
if pythonEnv.has_key('XERCESINCLUDE'):
|
||||||
pythonEnv.Prepend(CPPPATH=pythonEnv['XERCESINCLUDE'])
|
pythonEnv.Prepend(CPPPATH=pythonEnv['XERCESINCLUDE'])
|
||||||
|
if pythonEnv.has_key('XERCESLIBDIR'):
|
||||||
|
pythonEnv.Prepend(LIBPATH=pythonEnv['XERCESLIBDIR'])
|
||||||
|
if pythonEnv.has_key('XERCESLIB'):
|
||||||
|
pythonEnv.Prepend(LIBS=pythonEnv['XERCESLIB'])
|
||||||
|
|
||||||
if hasPython:
|
if hasPython:
|
||||||
libpython = pythonEnv.SharedLibrary('mitsuba',
|
libpython = pythonEnv.SharedLibrary('mitsuba',
|
||||||
|
|
Loading…
Reference in New Issue