summaryrefslogtreecommitdiffstats
path: root/make/build-oculusvr.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-06 17:36:35 +0200
committerSven Gothel <[email protected]>2023-05-06 17:36:35 +0200
commit2ab85d08bc3d42b9de2e55b8001c932348758e64 (patch)
treed32d6d7681dcf600b7974d11fa150d6d3e303879 /make/build-oculusvr.xml
parent45a3a220c43cdc40112b0bb9677197139b758347 (diff)
doc/HowToBuild.html: Align w/ GlueGen (MacOS changes, min deployment target 10.7)
Diffstat (limited to 'make/build-oculusvr.xml')
-rw-r--r--make/build-oculusvr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml
index 9750dad2d..f731bab21 100644
--- a/make/build-oculusvr.xml
+++ b/make/build-oculusvr.xml
@@ -253,7 +253,7 @@
<compilerarg value="arm64" if="use.macosx64"/ -->
<compilerarg value="-Wmost" />
<!-- compilerarg value="-ObjC" / -->
- <compilerarg value="-mmacosx-version-min=10.5"/>
+ <compilerarg value="-mmacosx-version-min=10.7"/>
<defineset>
<define name="NDEBUG" unless="c.compiler.use-debug"/>
</defineset>