diff --git a/Cantera/python/Makefile.in b/Cantera/python/Makefile.in index 904a692fe..ff6fc1535 100755 --- a/Cantera/python/Makefile.in +++ b/Cantera/python/Makefile.in @@ -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 #