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:
parent
7d8179686d
commit
57ae234440
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue