diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ecae84b3..5e904a53f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -250,7 +250,7 @@ if (YUZU_USE_BUNDLED_UNICORN) | |||
| 250 | find_package(PythonInterp 2.7 REQUIRED) | 250 | find_package(PythonInterp 2.7 REQUIRED) |
| 251 | 251 | ||
| 252 | add_custom_command(OUTPUT ${LIBUNICORN_LIBRARY} | 252 | add_custom_command(OUTPUT ${LIBUNICORN_LIBRARY} |
| 253 | COMMAND ${CMAKE_COMMAND} -E env UNICORN_ARCHS="aarch64" PYTHON="${PYTHON_EXECUTABLE}" /bin/sh make.sh | 253 | COMMAND ${CMAKE_COMMAND} -E env UNICORN_ARCHS="aarch64" PYTHON="${PYTHON_EXECUTABLE}" /bin/sh make.sh macos-universal-no |
| 254 | WORKING_DIRECTORY ${UNICORN_PREFIX} | 254 | WORKING_DIRECTORY ${UNICORN_PREFIX} |
| 255 | ) | 255 | ) |
| 256 | # ALL makes this custom target build every time | 256 | # ALL makes this custom target build every time |