mirror of https://git.suyu.dev/suyu/suyu
Merge branch 'master' into 'master'
Fix libusb not building on macOS See merge request suyu-emu/suyu!35
This commit is contained in:
commit
9d98e5fff6
|
@ -14,7 +14,7 @@ if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE)
|
||||||
message(FATAL_ERROR "Required program `autoconf` not found.")
|
message(FATAL_ERROR "Required program `autoconf` not found.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_program(LIBTOOLIZE libtoolize)
|
find_program(LIBTOOLIZE glibtoolize)
|
||||||
if ("${LIBTOOLIZE}" STREQUAL "LIBTOOLIZE-NOTFOUND")
|
if ("${LIBTOOLIZE}" STREQUAL "LIBTOOLIZE-NOTFOUND")
|
||||||
message(FATAL_ERROR "Required program `libtoolize` not found.")
|
message(FATAL_ERROR "Required program `libtoolize` not found.")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue