From 2cd3e20d3c284309320f77d8b22eb88b2a2fa3d0 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 19 Apr 2009 22:22:29 +0000 Subject: [PATCH] Added LCXX_END_LIBS --- Cantera/matlab/setup_matlab.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/matlab/setup_matlab.py.in b/Cantera/matlab/setup_matlab.py.in index 86c0ef589..5d695d575 100644 --- a/Cantera/matlab/setup_matlab.py.in +++ b/Cantera/matlab/setup_matlab.py.in @@ -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')