summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index b1dc3d8..b08f862 100644
--- a/config.mk
+++ b/config.mk
@@ -2,6 +2,9 @@
PREFIX = /usr/local/bin
LIB_PREFIX = ${PREFIX}/lib
INCLUDE_PREFIX = /usr/include
+# comment the line above and uncomment the following line
+# if you are building on macOS, otherwise it is optional
+#INCLUDE_PREFIX = /usr/local/include
# manual install location
MANPREFIX = ${PREFIX}/share/man