diff options
author | Ameer J <52414509+ameerj@users.noreply.github.com> | 2021-08-01 07:34:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 07:34:10 +0200 |
commit | a086ee6a0021b0d9cb5a4a1fb609220f4114fb97 (patch) | |
tree | 5d8e650db36e62fe64099964e6ead564855982f4 /externals | |
parent | Merge pull request #6788 from Morph1984/hle_api_12.1.0 (diff) | |
parent | cmake: Specify the compiler on autotools externals (diff) | |
download | yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar.gz yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar.bz2 yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar.lz yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar.xz yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.tar.zst yuzu-a086ee6a0021b0d9cb5a4a1fb609220f4114fb97.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} |