Commit 6a6878c
committed
Use 32 bit pkg-config in linux 32 bit CI jobs
PKG_CONFIG_EXECTUABLE is a CMake variable that sets the pkg-config
executable used, allowing the use of the 32 bit pkg-config when looking
for pkg-config packages. The prior version of the 32 bit job actually
used the 64 bit packages but that happened to work okay because the only
things used from the 64 bit packages were header files, which are arch
agnostic.1 parent 03a736d commit 6a6878c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
0 commit comments