Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2021-08-03 04:19:43 +0300
committerGitHub <noreply@github.com>2021-08-03 04:19:43 +0300
commitb00878f379b63f8fef34f9d38f12d5f9e90c0c3a (patch)
tree273535074f34244f5ebcc3b8bb1793ac67272aee
parenta023c3c130f4fb0d3c476900b21a8e679433a059 (diff)
Allow PREFIX to be set as env var
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1dd957a..d6ff6eb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-PREFIX=/usr/local
+PREFIX?=/usr/local
CXXFLAGS?=-O2
CXXFLAGS+=-std=c++11