Răsfoiți Sursa

Merge pull request #1 from roblabla/patch-1

Fix compilation on case-sensitive OSX
bunnei 8 ani în urmă
părinte
comite
d3f421b9a6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -216,7 +216,7 @@ if (YUZU_USE_BUNDLED_UNICORN)
     set(LIBUNICORN_LIBRARY "${UNICORN_PREFIX}/lib/x64/unicorn_dynload.lib" CACHE PATH "Path to Unicorn library")
     set(LIBUNICORN_LIBRARY "${UNICORN_PREFIX}/lib/x64/unicorn_dynload.lib" CACHE PATH "Path to Unicorn library")
     set(UNICORN_DLL_DIR "${UNICORN_PREFIX}/lib/x64/" CACHE PATH "Path to unicorn.dll")
     set(UNICORN_DLL_DIR "${UNICORN_PREFIX}/lib/x64/" CACHE PATH "Path to unicorn.dll")
 else()
 else()
-    find_package(unicorn REQUIRED)
+    find_package(Unicorn REQUIRED)
 endif()
 endif()
 
 
 if (UNICORN_FOUND)
 if (UNICORN_FOUND)