diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:54:24 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:54:24 +0200 |
commit | ef70054367c1162df2634b9f462011c15614f191 (patch) | |
tree | 92ec36451ab29771bb4bbb6c9e50fa424cabd4d6 /externals | |
parent | cmake, ci: Build bundled FFmpeg with yuzu (diff) | |
download | yuzu-ef70054367c1162df2634b9f462011c15614f191.tar yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.gz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.bz2 yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.lz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.xz yuzu-ef70054367c1162df2634b9f462011c15614f191.tar.zst yuzu-ef70054367c1162df2634b9f462011c15614f191.zip |
Diffstat (limited to 'externals')
-rw-r--r-- | externals/libusb/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index 151ddc462..12bdc097a 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt @@ -67,6 +67,8 @@ if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE) "${LIBUSB_MAKEFILE}" COMMAND env + CC="${CMAKE_C_COMPILER}" + CXX="${CMAKE_CXX_COMPILER}" CFLAGS="${LIBUSB_CFLAGS}" sh "${LIBUSB_CONFIGURE}" ${LIBUSB_CONFIGURE_ARGS} |