Skip to content

Commit 8be48d6

Browse files
committed
fix arm64
1 parent adbedc7 commit 8be48d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
ln -sf /root/go/bin/gopy /usr/local/bin/gopy &&
9494
ln -sf /root/go/bin/goimports /usr/local/bin/goimports
9595
# For Linux, add Go to the PATH and set CGO_LDFLAGS to help the linker find the Python library.
96-
CIBW_ENVIRONMENT_LINUX: 'PATH=/usr/local/go/bin:/root/go/bin:$PATH CGO_LDFLAGS=$(python-config --ldflags)'
96+
CIBW_ENVIRONMENT_LINUX: 'PATH=/usr/local/go/bin:/root/go/bin:$PATH'
9797
CIBW_BEFORE_BUILD: "pip install pybindgen setuptools wheel"
9898
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* pp* *-musllinux*"
9999

0 commit comments

Comments
 (0)