Compare commits

...

1 Commits

Author SHA1 Message Date
MerryMage
77d0f3f462 CMakeLists: Unicorn requires Python >= 3.5 2020-07-12 20:43:03 +01:00

View File

@@ -379,7 +379,7 @@ if (YUZU_USE_BUNDLED_UNICORN)
set(LIBUNICORN_INCLUDE_DIR "${UNICORN_PREFIX}/include" CACHE PATH "Path to Unicorn headers" FORCE)
set(UNICORN_DLL_DIR "${UNICORN_PREFIX}/" CACHE PATH "Path to unicorn dynamic library" FORCE)
find_package(PythonInterp 2.7 REQUIRED)
find_package(PythonInterp 3.5 REQUIRED)
if (MINGW)
# Intentionally call the unicorn makefile directly instead of using make.sh so that we can override the