Skip to content

Commit

Permalink
man pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 26, 2023
1 parent e6ac7f7 commit 847d036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
export PKG_CONFIG_PATH="$(pwd)/build/.pixi/env/lib/pkgconfig:$PKG_CONFIG_PATH"
export LIBCLANG_PATH="$(pwd)/build/.pixi/env/lib"
maturin build --release --strip --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o wheels
maturin build --strip --interpreter /opt/python/cp38-cp38/bin/python --manylinux 2014 -o wheels
- name: List wheels
run: find ./wheels
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build
run: |
maturin build --release --strip -o wheels
maturin build --strip -o wheels
- name: Include shared libraries
run: |
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
echo "$(pwd)/build/.pixi/env/Library/bin" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/Library/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/Library/lib/pkgconfig" >> "$GITHUB_ENV"
cd build/.pixi/env/Library/bin && ln -s pkg-config.exe pkg-config && cd -
man pkg-config
- name: Install Python dependencies
shell: bash
Expand All @@ -191,7 +191,7 @@ jobs:
shell: bash
run: |
echo "$PKG_CONFIG_PATH"
maturin build --release --strip -o wheels
maturin build --strip -o wheels
- name: List wheels
shell: bash
Expand Down

0 comments on commit 847d036

Please sign in to comment.