Fixed an error in the Makefile that occurs for macs

This commit is contained in:
Harry Moffat 2009-08-22 20:15:29 +00:00
parent 173e5dff9c
commit 9920095864

View file

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