mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
22562b4b17
We were previously using TRY_COMPILE_TARGET_TYPE to bypass the compiler check at the beginning of the CMake build, since we don't have LibC available and therefore can't link at that point. However, this breaks a lot of assumptions in try_compile when it comes to library checks. While this was the main idea behind our usage of the flag, it also has some really nasty side effects when software wants to find out what library a symbol is in. Instead, just manually tell CMake that our compiler works as intended and keep the target type setting at its default. |
||
---|---|---|
.. | ||
Platform | ||
ClangToolchain.txt.in | ||
GNUToolchain.txt.in | ||
LLVMConfig.cmake | ||
LLVMRuntimesConfig.cmake |