mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Build Apple universal binaries arm64 & x86_64
This commit is contained in:
committed by
Baldur Karlsson
parent
d18cf78188
commit
bcfaed393d
@@ -1,5 +1,9 @@
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
if(APPLE)
|
||||
SET(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "Build architectures for Mac OS X" FORCE)
|
||||
endif()
|
||||
|
||||
# Configure some stuff that needs to be set really early
|
||||
if(BUILD_ANDROID)
|
||||
if(NOT DEFINED ENV{JAVA_HOME})
|
||||
|
||||
Reference in New Issue
Block a user