summaryrefslogtreecommitdiffstats
path: root/externals
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-06 18:54:24 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-06 18:54:24 +0200
commitef70054367c1162df2634b9f462011c15614f191 (patch)
tree92ec36451ab29771bb4bbb6c9e50fa424cabd4d6 /externals
parentcmake, ci: Build bundled FFmpeg with yuzu (diff)
downloadyuzu-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.txt2
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}