Fix cantera.pc to pass correct compiler options

This commit is contained in:
Santosh Shanbhogue 2016-12-21 21:28:10 -05:00 committed by Ray Speth
parent 268585b896
commit 46009e4a95

View file

@ -7,6 +7,13 @@ else
fi
export LD_LIBRARY_PATH
if [ -z $PKG_CONFIG_PATH ]; then
PKG_CONFIG_PATH=@ct_libdir@/pkgconfig
else
PKG_CONFIG_PATH=@ct_libdir@/pkgconfig:$PKG_CONFIG_PATH
fi
export PKG_CONFIG_PATH
PYTHON_CMD=@python_cmd@
export PYTHON_CMD