*** empty log message ***
This commit is contained in:
parent
08fa7e3d02
commit
2a963debde
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx
|
|||
CANTERA_INCDIR=@ctroot@/build/include/cantera
|
||||
|
||||
# flags passed to the C++ compiler/linker for the linking step
|
||||
LCXX_FLAGS = -L$(CANTERA_LIBDIR) @CXXFLAGS@
|
||||
LCXX_FLAGS = -L$(CANTERA_LIBDIR) @LOCAL_LIB_DIRS@ @CXXFLAGS@
|
||||
|
||||
# How to compile C++ source files to object files
|
||||
.@CXX_EXT@.@OBJ_EXT@: Interface.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue