mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 03:19:40 +00:00
0429fa773b
This is again a very interesting bug with an equally interesting solution :) CMake checks for C++11 support of the host compiler during build by compiling a simple test program. Any warning here means that C++11 is not supported. However, our default compiler flags used to contain -Wl,-S which isn't supported under macOS. Therefore every such check used to fail. We can simply leave it out for all platforms, because binaries are stripped anyway on supported platforms. |
||
---|---|---|
.. | ||
Base-i386 | ||
.gitignore | ||
makepackage.sh | ||
SVN-Readme.txt |