Skip to content

Commit

Permalink
fix: reference pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JFronny committed Jun 5, 2024
1 parent 346f2a8 commit be26661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-gtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
meson compile -C gtk\build
meson install -C gtk\build
$env:Path += ";${{ github.workspace }}\dist\bin"
meson setup libadwaita\build libadwaita --prefix ${{ github.workspace }}\dist --buildtype release --vsenv -Db_pie=true
meson setup libadwaita\build libadwaita --pkg-config-path ${{ github.workspace }}\dist\lib\pkgconfig --prefix ${{ github.workspace }}\dist --buildtype release --vsenv -Db_pie=true
meson compile -C libadwaita\build
meson install -C libadwaita\build
cd dist\bin
Expand Down

0 comments on commit be26661

Please sign in to comment.