diff options
author | Sven Gothel <[email protected]> | 2023-01-17 23:35:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-17 23:35:51 +0100 |
commit | 1695e5b63b259647dc90947e69822555a3c5408c (patch) | |
tree | bd9d0488b0b866210c7e0772f1d4b0afc791a7b0 /make | |
parent | fb82ac1c071c2e6638c1d8ecb1567fe0046aeed8 (diff) |
MacOS build-oculusvr: Add arm64
Diffstat (limited to 'make')
-rw-r--r-- | make/build-oculusvr.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index 8466f9203..368a6ae61 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -249,6 +249,8 @@ <compilerarg value="i386" if="use.macosx32"/> <compilerarg value="-arch" if="use.macosx64"/> <compilerarg value="x86_64" if="use.macosx64"/> + <compilerarg value="-arch" if="use.macosx64"/> + <compilerarg value="arm64" if="use.macosx64"/> <compilerarg value="-Wmost" /> <!-- compilerarg value="-ObjC" / --> <compilerarg value="-mmacosx-version-min=10.5"/> |