Skip to content

Commit 7118b8a

Browse files
committed
fixup! Update build_wheels.yml
1 parent 4564fac commit 7118b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ before-all = [
8282
"git clone --depth 1 --branch v1.9.4 https://github.com/lz4/lz4 lz4",
8383
"cd lz4",
8484
"make",
85-
"make install"
85+
"make install DESTDIR=./lz4_install"
8686
]
8787
before-test = [
8888
"codesign --remove-signature /Library/Frameworks/Python.framework/Versions/*/bin/python3 || true",

0 commit comments

Comments
 (0)