diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-target.inc')
| -rw-r--r-- | meta/recipes-devtools/go/go-target.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index 6065c3c80d..b9689c03c4 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
| @@ -25,7 +25,7 @@ do_configure[noexec] = "1" | |||
| 25 | 25 | ||
| 26 | do_compile() { | 26 | do_compile() { |
| 27 | export GOBIN="${B}/bin" | 27 | export GOBIN="${B}/bin" |
| 28 | export CC="${@d.getVar('BUILD_CC', True).strip()}" | 28 | export CC="${@d.getVar('BUILD_CC').strip()}" |
| 29 | rm -rf ${GOBIN} ${B}/pkg | 29 | rm -rf ${GOBIN} ${B}/pkg |
| 30 | mkdir ${GOBIN} | 30 | mkdir ${GOBIN} |
| 31 | 31 | ||
