Skip to content

Commit

Permalink
removing --no-binary capstone after v5.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaNobahari committed Aug 28, 2024
1 parent 0fcdc43 commit 2c70952
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/edl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ if [ "$(< .git/HEAD)" != "$VERSION" ]; then
git checkout $VERSION
git submodule update --depth=1 --init --recursive

# TODO: remove "--no-binary capstone" when capstone v5.0.2 is released
# https://github.com/capstone-engine/capstone/issues/2301#issuecomment-2026835275
pip3 install -r requirements.txt --no-binary capstone
pip3 install -r requirements.txt
fi
popd > /dev/null

Expand Down

0 comments on commit 2c70952

Please sign in to comment.