Browse Source

Minor fix for PyPI makefile on macOS

pull/1/head
Joseph Henry 8 years ago
parent
commit
350d5edce7
  1. 2
      packages/pypi/Makefile

2
packages/pypi/Makefile

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

Loading…
Cancel
Save