summaryrefslogtreecommitdiff
path: root/futuregael/config.make
diff options
context:
space:
mode:
Diffstat (limited to 'futuregael/config.make')
-rw-r--r--futuregael/config.make6
1 files changed, 5 insertions, 1 deletions
diff --git a/futuregael/config.make b/futuregael/config.make
index 9e6452a..f924803 100644
--- a/futuregael/config.make
+++ b/futuregael/config.make
@@ -7,7 +7,7 @@
# OF ROOT
# The location of your root openFrameworks installation
-# OF_ROOT = ../../openFrameworks
+OF_ROOT = ../../openFrameworks
################################################################################
# OF_ROOT = ../../..
@@ -143,3 +143,7 @@
################################################################################
# PROJECT_CXX =
# PROJECT_CC =
+
+# Uncomment/comment below to switch between C++11 and C++17 ( or newer ). On macOS C++17 needs 10.15 or above.
+export MAC_OS_MIN_VERSION = 10.15
+export MAC_OS_CPP_VER = -std=c++17