Merge branch 'master' into 'master'

Fix libusb not building on macOS

See merge request suyu-emu/suyu!35
This commit is contained in:
Pascal Leinert 2024-03-06 15:00:53 +00:00
commit 9d98e5fff6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE)
message(FATAL_ERROR "Required program `autoconf` not found.")
endif()
find_program(LIBTOOLIZE libtoolize)
find_program(LIBTOOLIZE glibtoolize)
if ("${LIBTOOLIZE}" STREQUAL "LIBTOOLIZE-NOTFOUND")
message(FATAL_ERROR "Required program `libtoolize` not found.")
endif()