Skip to content

Commit 874728c

Browse files
committed
Change Cygwin DLL name PROPERTIES
[sdl-ci-filter cygwin]
1 parent 18214c9 commit 874728c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4091,8 +4091,7 @@ 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}"

0 commit comments

Comments
 (0)