Skip to content

Commit 3c8f1b5

Browse files
committed
build: use --universal to keep platform conditions in .pip files
cibuildwheel pulled in patchelf, which can't install on Windows. I should have been using this option all along.
1 parent 107ae05 commit 3c8f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ KITBIN = .tox/$(KITVER)/bin
114114
$(KITBIN):
115115
tox -q -e $(KITVER) --notest
116116

117-
PIP_COMPILE = uv pip compile -q ${COMPILE_OPTS}
117+
PIP_COMPILE = uv pip compile -q --universal ${COMPILE_OPTS}
118118
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
119119
$(MAKE) _upgrade COMPILE_OPTS="--upgrade"
120120

0 commit comments

Comments
 (0)