We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd4901 commit 5794266Copy full SHA for 5794266
1 file changed
.github/workflows/macosx.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Build macosx_x86_64 wheel
20
env:
21
CC: clang
22
- CFLAGS: "-fprofile-instr-generate -fcoverage-mapping -I/usr/local/opt/libxml2/include"
23
- LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping -L/usr/local/opt/libxml2/lib"
+ CFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
+ LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
24
PKG_CONFIG_PATH: "/usr/local/opt/libxml2/lib/pkgconfig"
25
run: |
26
python -m build
0 commit comments