mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Removed Cygwin cross-compilation hacks.
This commit is contained in:
@@ -32,10 +32,3 @@ if(MSVC)
|
||||
LINK_FLAGS "/ENTRY:mainCRTStartup")
|
||||
endif(MSVC)
|
||||
|
||||
if(CYGWIN)
|
||||
# Set cross-compile and subsystem compile and link flags
|
||||
set_target_properties(${WINDOWS_BINARIES} PROPERTIES
|
||||
COMPILE_FLAGS "-mno-cygwin"
|
||||
LINK_FLAGS "-mno-cygwin -mwindows")
|
||||
endif(CYGWIN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user