mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 05:35:46 -04:00
CI: Fix up Linux/Mac build and disable UWP (for now)
This commit is contained in:
5
scripts/clang-toolchain.cmake
Normal file
5
scripts/clang-toolchain.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
set(CMAKE_C_COMPILER /usr/bin/clang-12)
|
||||
set(CMAKE_CXX_COMPILER /usr/bin/clang++-12)
|
||||
set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
|
||||
set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")
|
Reference in New Issue
Block a user