fix(dl): added dl as a dep

older manylinux systems need dl brought in explicitly
This commit is contained in:
2026-06-12 16:51:55 -04:00
parent 0759ff6d9c
commit 5ea884897d
4 changed files with 10 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ do
BUILD_WHEEL_DIR="$(mktemp -d)"
CC=clang CXX=clang++ "$PY" -m pip wheel . \
--no-deps --config-settings=setup-args=-Dunity=on \
--no-deps \
-w "$BUILD_WHEEL_DIR" -vv
CURRENT_WHEEL="$(find "$BUILD_WHEEL_DIR" -name "*.whl" | head -n1)"