Skip to content

Commit

Permalink
Revert CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
flagersgit committed Aug 14, 2023
1 parent 943e00c commit 65e130c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/py_osx.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/sh
set -ex
python3 ./bindings/python/setup.py --ninja --osx-arch=arm64 \
--lief-dir=./third-party/LIEF-0.13.0-Darwin/share/LIEF/cmake \
--llvm-dir=./third-party/LLVM-14.0.6-Darwin/lib/cmake/llvm \
--lief-dir=/tmp/third-party/LIEF-0.13.0-Darwin/share/LIEF/cmake \
--llvm-dir=/tmp/third-party/LLVM-14.0.6-Darwin/lib/cmake/llvm \
build --build-temp=/tmp/arm64 bdist_wheel --skip-build \
--plat-name=macosx_${MACOSX_DEPLOYMENT_TARGET}_arm64

0 comments on commit 65e130c

Please sign in to comment.