We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67347d9 commit 1d5c47fCopy full SHA for 1d5c47f
Makefile
@@ -1,3 +1,6 @@
1
+LIBVER=$(shell vtool -show-build /usr/local/lib/libgetargv.dylib | awk '/minos/{print $$2}')
2
+export MACOSX_DEPLOYMENT_TARGET=$(LIBVER)
3
+
4
CXX=clang++
5
CPPFLAGS += -MMD -MP
6
CXXFLAGS += --std=c++20 -pedantic-errors -Weverything -Wno-c++98-compat -Wno-pre-c++20-compat-pedantic
0 commit comments