Added quotes around some variables. This is necessary if the variables

have spaces in them in order for the values to be propagated correctly
to the Makefile variables.
This commit is contained in:
Harry Moffat 2006-04-19 20:46:16 +00:00
parent 7d8179686d
commit 57ae234440

View file

@ -45,7 +45,7 @@ win: _winbuild
_build: $(SRCS) $(LIB_DEPS) Makefile
touch src/pycantera.cpp
(CXX=@CXX@; export CXX; CC=@CC@; export CC; @PYTHON_CMD@ setup.py build)
(CXX="@CXX@"; export CXX; CC="@CC@"; export CC; @PYTHON_CMD@ setup.py build)
echo 'ok' > _build
#