summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-12-10 21:45:02 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-12-12 22:27:33 -0500
commitd3fe414c19301200f4edffb60fc73f66ef81f764 (patch)
tree83ad347097331825e869876a9be6fcbee778043d
parent6bd6581a08b087e75259b69878be31d82b6981a2 (diff)
-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