Minor fix for PyPI makefile on macOS

This commit is contained in:
Joseph Henry
2018-02-08 18:20:09 -08:00
parent 032e6d742d
commit 350d5edce7

View File

@@ -1,6 +1,6 @@
bdist: bdist:
cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG cd ../../; cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=DEBUG
cmake --build build cd ../../; cmake --build build
cp ../../bin/lib/*.a . cp ../../bin/lib/*.a .
python3 setup.py bdist_wheel python3 setup.py bdist_wheel