Skip to content

Commit 5794266

Browse files
committed
Try just setting pkg_config_path.
1 parent 4bd4901 commit 5794266

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/macosx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Build macosx_x86_64 wheel
2020
env:
2121
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"
22+
CFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
23+
LDFLAGS: "-fprofile-instr-generate -fcoverage-mapping"
2424
PKG_CONFIG_PATH: "/usr/local/opt/libxml2/lib/pkgconfig"
2525
run: |
2626
python -m build

0 commit comments

Comments
 (0)