Trying again...

This commit is contained in:
Davis King 2017-07-11 22:02:26 -04:00
parent c07a5ccbd1
commit 7a4babb401

View File

@ -21,6 +21,6 @@ if [ "$VARIANT" = "python-api" ]; then
echo "!!!!!!! NOW BUILD VIA SETUP.PY !!!!!!!"
cd ..
PATH="cmake/bin:$PATH"
export PATH="cmake/bin:$PATH"
python setup.py build
fi