2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 09:25:52 +00:00

Build sse41 for macOS universal

This commit is contained in:
Luke Street 2021-02-21 10:30:03 -05:00
parent 790f84715a
commit b2f7046c5f

View File

@ -27,7 +27,7 @@ build:macos:universal:
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_APPLE_SILICON_PROCESSOR=x86_64 -DCMAKE_APPLE_SILICON_PROCESSOR=x86_64
-DURDE_DLPACKAGE=urde-$CI_PIPELINE_ID-macos-universal -DURDE_DLPACKAGE=urde-$CI_PIPELINE_ID-macos-universal
-DURDE_VECTOR_ISA=avx2 -DURDE_VECTOR_ISA=sse41
.. ..
- ninja urde hecl visigen - ninja urde hecl visigen
- cd Binaries - cd Binaries