summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/config.mak
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/config.mak')
-rw-r--r--05/musl-0.6.0/config.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/05/musl-0.6.0/config.mak b/05/musl-0.6.0/config.mak
index 55a18ae..81b8052 100644
--- a/05/musl-0.6.0/config.mak
+++ b/05/musl-0.6.0/config.mak
@@ -6,10 +6,10 @@
ARCH = x86_64
# Installation prefix. DO NOT use /, /usr, or /usr/local !
-prefix = /usr/local/musl-bootstrap
+prefix = ../musl-bootstrap
# Installation prefix for musl-gcc compiler wrapper.
-exec_prefix = /usr/local/musl-bootstrap
+exec_prefix = ../musl-bootstrap
# Uncomment if you want to build i386 musl on a 64-bit host
#CFLAGS += -m32