Skip to content

Commit

Permalink
Force architecture on non-universal MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Nov 4, 2024
1 parent a38b65d commit dae25f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel && yum install -y libxml2-devel"
# CIBW_ENVIRONMENT_LINUX: "CFLAGS='-I/usr/include/libxml2'"
# CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel"
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-I/usr/include/libxml2'"
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-arch x86_64 -I/usr/include/libxml2' LDFLAGS='-arch x86_64'"
CIBW_ENVIRONMENT_LINUX: "FORCE_BUILD_LIBXML2=ON"
CIBW_ENVIRONMENT_WINDOWS: "FORCE_BUILD_LIBXML2=ON"

Expand Down

0 comments on commit dae25f9

Please sign in to comment.