Added LCXX_END_LIBS
This commit is contained in:
parent
38fff0fab1
commit
2cd3e20d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import sys
|
|||
bindir = '@ct_bindir@'
|
||||
libdir = '-L@buildlib@ @LOCAL_LIB_DIRS@'
|
||||
incdir = '@buildinc@'
|
||||
libs = '-lclib @LOCAL_LIBS@ @LIBS@ @FLIBS@'
|
||||
libs = '-lclib @LOCAL_LIBS@ @LIBS@ @FLIBS@ @LCXX_END_LIBS@'
|
||||
|
||||
f = open('setup.m','w')
|
||||
f.write('cd cantera\nbuildux\nexit\n')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue