diff --git a/tools/edl b/tools/edl index 0fd3cf1e..bf78f0ef 100755 --- a/tools/edl +++ b/tools/edl @@ -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