Skip to content

Commit 7cd8629

Browse files
committed
Change Cygwin DLL name PROPERTIES
[sdl-ci-filter cygwin]
1 parent a9c6464 commit 7cd8629

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4091,14 +4091,13 @@ if(SDL_SHARED)
40914091
RESOURCE "${SDL_FRAMEWORK_RESOURCES}"
40924092
)
40934093
endif()
4094-
elseif(UNIX AND NOT ANDROID)
4095-
# NOTE: the includes CYGWIN, too
4094+
elseif(UNIX AND NOT (ANDROID OR CYGWIN))
40964095
set_target_properties(SDL3-shared PROPERTIES
40974096
VERSION "${SDL_SO_VERSION}"
40984097
SOVERSION "${SDL_SO_VERSION_MAJOR}"
40994098
)
41004099
else()
4101-
if(WINDOWS)
4100+
if(WINDOWS OR CYGWIN)
41024101
set_target_properties(SDL3-shared PROPERTIES
41034102
PREFIX ""
41044103
)

0 commit comments

Comments
 (0)