mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-10 04:58:04 -05:00
Merge bug fixes from the 2.0 maintenance branch
This commit is contained in:
+3
-3
@@ -4,9 +4,9 @@ import subprocess
|
||||
Import('env','build','install')
|
||||
localenv = env.Clone()
|
||||
|
||||
localenv.Append(CPPPATH=['#ext/gtest/include', '#include'],
|
||||
LIBPATH='#build/lib',
|
||||
LIBS=['gtest'] + localenv['cantera_libs'])
|
||||
localenv.Prepend(CPPPATH=['#ext/gtest/include', '#include'],
|
||||
LIBPATH='#build/lib')
|
||||
localenv.Append(LIBS=['gtest'] + localenv['cantera_libs'])
|
||||
|
||||
localenv['ENV']['PYTHONPATH'] = Dir('#interfaces/python').abspath
|
||||
localenv['ENV']['CANTERA_DATA'] = Dir('#build/data').abspath
|
||||
|
||||
Reference in New Issue
Block a user