Skip to content

Commit

Permalink
use capstone next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Oct 11, 2019
1 parent d827dcb commit ecab6a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_capstone.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ fi
# mac build # mac build
if [ ! -f "../lib/libcapstone-aah.a" ]; then if [ ! -f "../lib/libcapstone-aah.a" ]; then
make clean make clean
CAPSTONE_ARCHS="aarch64" CAPSTONE_SHARED=no CAPSTONE_STATIC=yes ./make.sh mac-universal-no && mv libcapstone.a ../lib/libcapstone-aah.a CAPSTONE_ARCHS="aarch64" CAPSTONE_SHARED=no CAPSTONE_STATIC=yes CAPSTONE_BUILD_CORE_ONLY=yes ./make.sh mac-universal-no && mv libcapstone.a ../lib/libcapstone-aah.a
fi fi


# iOS build # iOS build
if [ ! -f "../lib/libcapstone-ios.a" ]; then if [ ! -f "../lib/libcapstone-ios.a" ]; then
make clean make clean
CAPSTONE_ARCHS="aarch64 x86" CAPSTONE_SHARED=no CAPSTONE_STATIC=yes ./make.sh ios arm64 && mv libcapstone.a ../lib/libcapstone-ios.a CAPSTONE_ARCHS="aarch64 x86" CAPSTONE_SHARED=no CAPSTONE_STATIC=yes CAPSTONE_BUILD_CORE_ONLY=yes ./make.sh ios arm64 && mv libcapstone.a ../lib/libcapstone-ios.a
fi fi
2 changes: 1 addition & 1 deletion capstone

0 comments on commit ecab6a9

Please sign in to comment.