Tracked down a bug in the make system to cxxlib. Need to make all
at the Cantera/cxx level in order to copy include files over to the build/include directory tree.
This commit is contained in:
parent
b5e838f00a
commit
3358060e48
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ else
|
|||
endif
|
||||
|
||||
cxxlib:
|
||||
cd Cantera/cxx/src; @MAKE@
|
||||
cd Cantera/cxx; @MAKE@
|
||||
|
||||
utils:
|
||||
cd tools; @MAKE@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue