summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderBase.cpp
diff options
context:
space:
mode:
authorGuilherme Janczak <guilherme.janczak@yandex.com>2024-05-03 11:56:15 +0000
committerGuilherme Janczak <guilherme.janczak@yandex.com>2024-05-03 11:56:15 +0000
commit68cbd2640d4663fe29e21234dc068769cb9bc673 (patch)
treed145089f1006d2e43aba9b289c84bb0402510bf6 /Source/Core/VideoCommon/VertexLoaderBase.cpp
parent5817be7bd3ac1b3f68a24410dc416d69ae2ff20f (diff)
fix linking against LLVM shared library
967280f140f39283e9e6997ffa6426329d94f611 broke linking against libLLVM.so because it used the outdated way to link against LLVM from CMake. This causes a compilation failure on systems that don't have the LLVM static libraries, such as Arch Linux. On systems that have the static libraries, it'll use them and increase binary sizes massively. Switch to the newer llvm_config CMake macro from LLVM.
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderBase.cpp')
0 files changed, 0 insertions, 0 deletions