Skip to content

Commit 9f1d0c7

Browse files
committed
Set PKG_CONFIG_PATH for arm builds
Signed-off-by: falkTX <falktx@falktx.com>
1 parent fd40f35 commit 9f1d0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
CC: aarch64-linux-gnu-gcc
3838
CXX: aarch64-linux-gnu-g++
3939
LDFLAGS: -static-libgcc -static-libstdc++
40+
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig
4041
run: |
4142
make features
4243
make WITH_LTO=true -j $(nproc)
@@ -74,6 +75,7 @@ jobs:
7475
CC: arm-linux-gnueabihf-gcc
7576
CXX: arm-linux-gnueabihf-g++
7677
LDFLAGS: -static-libgcc -static-libstdc++
78+
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
7779
run: |
7880
make features
7981
make WITH_LTO=true -j $(nproc)

0 commit comments

Comments
 (0)