Skip to content

Commit

Permalink
Better exported paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jun 3, 2024
1 parent 3467205 commit 2de55d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
- macos-14
target:
- macos-aarch64-dyn
env:
- PKG_CONFIG_PATH="$HOME/BUILD_arm64-apple-macos/INSTALL/lib/pkgconfig"
- CPPFLAGS="-I$HOME/BUILD_arm64-apple-macos/INSTALL/include"
- macos-x86_64-dyn
env:
- PKG_CONFIG_PATH="$HOME/BUILD_x86_64-apple-darwin/INSTALL/lib/pkgconfig"
- CPPFLAGS="-I$HOME/BUILD_x86_64-apple-darwin/INSTALL/include"
exclude:
- target: macos-aarch64-dyn
os: macos-12
Expand Down Expand Up @@ -58,8 +64,6 @@ jobs:
- name: Compile
shell: bash
run: |
export PKG_CONFIG_PATH=$HOME/BUILD_x86_64-apple-darwin/INSTALL/lib/pkgconfig
export CPPFLAGS="-I$HOME/BUILD_x86_64-apple-darwin/INSTALL/include"
meson . build
cd build
ninja
Expand Down

0 comments on commit 2de55d7

Please sign in to comment.