mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-24 11:17:07 +02:00
demangling disabled for windows since windows sucks
This commit is contained in:
parent
f0a335600b
commit
e4fcc15550
2 changed files with 3 additions and 3 deletions
|
|
@ -255,7 +255,7 @@ target_link_libraries(common PUBLIC fmt::fmt stb::headers Threads::Threads unord
|
|||
target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd)
|
||||
|
||||
# Please refer to src/common/demangle.cpp
|
||||
if (MSVC)
|
||||
if (WIN32)
|
||||
target_link_libraries(common PRIVATE LLVM::Demangle)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue