Skip to content

Commit d518867

Browse files
jepiotormath1
andcommitted
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 <[email protected]> Co-Authored-By: Mathieu Tortuyaux <[email protected]>
1 parent f6aa3e4 commit d518867

File tree

1 file changed

+3
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-containers

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cros_pre_src_compile_pkgconfig() {
2+
export PKG_CONFIG="$(tc-getPKG_CONFIG)"
3+
}

0 commit comments

Comments
 (0)