diff options
| -rw-r--r-- | recipes-devtools/go-cross/go-native.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/go-cross/go-native.inc b/recipes-devtools/go-cross/go-native.inc index ae3dc830..e431b483 100644 --- a/recipes-devtools/go-cross/go-native.inc +++ b/recipes-devtools/go-cross/go-native.inc | |||
| @@ -11,6 +11,10 @@ do_compile() { | |||
| 11 | export GOBIN="${B}/bin" | 11 | export GOBIN="${B}/bin" |
| 12 | rm -rf ${GOBIN} | 12 | rm -rf ${GOBIN} |
| 13 | mkdir ${GOBIN} | 13 | mkdir ${GOBIN} |
| 14 | |||
| 15 | export TMPDIR=${WORKDIR}/build-tmp | ||
| 16 | mkdir ${WORKDIR}/build-tmp | ||
| 17 | |||
| 14 | cd src | 18 | cd src |
| 15 | ./make.bash --host-only | 19 | ./make.bash --host-only |
| 16 | } | 20 | } |
