
Set target platform identification variables like `APPLE` and `LINUX` as soon as the target system is identified. This makes them available during toolchain and binutils selection. Fixes: #23333
4 lines
106 B
CMake
4 lines
106 B
CMake
include(Platform/CYGWIN)
|
|
set(CMAKE_SHARED_LIBRARY_PREFIX "msys-")
|
|
set(CMAKE_SHARED_MODULE_PREFIX "msys-")
|