Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set PKG_CONFIG_PATH for arm builds
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 8, 2022
1 parent fd40f35 commit 9f1d0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++
LDFLAGS: -static-libgcc -static-libstdc++
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig
run: |
make features
make WITH_LTO=true -j $(nproc)
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
CC: arm-linux-gnueabihf-gcc
CXX: arm-linux-gnueabihf-g++
LDFLAGS: -static-libgcc -static-libstdc++
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
run: |
make features
make WITH_LTO=true -j $(nproc)
Expand Down

0 comments on commit 9f1d0c7

Please sign in to comment.