aboutsummaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2019-12-09 20:50:12 -0800
committerAndrew G. Morgan <morgan@kernel.org>2019-12-09 20:50:12 -0800
commite25996901ab4a95a5f9b233875c51e16e2bfc3b8 (patch)
tree9d31f77f28c82d3f5338da896055bd2b1c3bb646 /go
parent5fd57256959b0e383f1dc92a946f7acd961de2b8 (diff)
downloadplatform_external_libcap-e25996901ab4a95a5f9b233875c51e16e2bfc3b8.tar.gz
platform_external_libcap-e25996901ab4a95a5f9b233875c51e16e2bfc3b8.tar.bz2
platform_external_libcap-e25996901ab4a95a5f9b233875c51e16e2bfc3b8.zip
This appears to be the real fix for my Go build.
It looks like a Make difference. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'go')
-rw-r--r--go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/Makefile b/go/Makefile
index 91e2d2f..a8b3dc0 100644
--- a/go/Makefile
+++ b/go/Makefile
@@ -4,7 +4,7 @@
topdir=$(realpath ..)
include $(topdir)/Make.Rules
-GOPATH="$(realpath .)"
+GOPATH=$(realpath .)
PSXGOPACKAGE=pkg/$(GOOSARCH)/libcap/psx.a
CAPGOPACKAGE=pkg/$(GOOSARCH)/libcap/cap.a