Fixed an error in the Makefile on the mac

This commit is contained in:
Harry Moffat 2009-08-22 20:36:25 +00:00
parent 32086af0f3
commit 77afab8f54

View file

@ -64,7 +64,7 @@ CANTERA_LIBDIR=@ct_libdir@
endif
# required Cantera libraries
CANTERA_LIBS = @LOCAL_LIBS@ -lctcxx
CANTERA_LIBS = -L$(CANTERA_LIBS) @LOCAL_LIBS@ -lctcxx
ifeq ($(in_CanteraBuildTree),1)
CANTERA_LIBS_DEP = @LOCAL_LIBS_DEP@ $(CANTERA_LIBDIR)/libctcxx.a