summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 9bce36d..a49868c 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@ CC = gcc -std=c99
# Go
go_CC = gcc -std=gnu99
-GOCACHE = $(topoutdir)/go/cache
+GOCACHE = $(abspath $(topoutdir)/go/cache)
CGO_ENABLED = 1
endif