summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go/go-common.inc')
-rw-r--r--meta/recipes-devtools/go/go-common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc
index ce1eb86812..9af68738a6 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -20,3 +20,7 @@ B = "${S}"
20 20
21INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 21INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
22SSTATE_SCAN_CMD = "true" 22SSTATE_SCAN_CMD = "true"
23
24do_compile_prepend() {
25 BUILD_CC=${BUILD_CC}
26}