We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40f35 commit 9f1d0c7Copy full SHA for 9f1d0c7
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
CC: aarch64-linux-gnu-gcc
38
CXX: aarch64-linux-gnu-g++
39
LDFLAGS: -static-libgcc -static-libstdc++
40
+ PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig
41
run: |
42
make features
43
make WITH_LTO=true -j $(nproc)
@@ -74,6 +75,7 @@ jobs:
74
75
CC: arm-linux-gnueabihf-gcc
76
CXX: arm-linux-gnueabihf-g++
77
78
+ PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig
79
80
81
0 commit comments