mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
coreos/config: Export PKG_CONFIG for incus
Incus build uses pkg-config support in Go to link against some library. This needs the correct sysroot version of PKG_CONFIG to be exported. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com> Co-Authored-By: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
e9765242a7
commit
b98c01d931
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-containers/incus
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-containers/incus
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
cros_pre_src_compile_pkgconfig() {
|
||||||
|
export PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user