Browse Source
Merge pull request #1 from roblabla/patch-1
Fix compilation on case-sensitive OSX
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(UNICORN_DLL_DIR "${UNICORN_PREFIX}/lib/x64/" CACHE PATH "Path to unicorn.dll") |
|
|
|
else() |
|
|
|
find_package(unicorn REQUIRED) |
|
|
|
find_package(Unicorn REQUIRED) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (UNICORN_FOUND) |
|
|
|
|