Harmony port: disable lib version suffix

This commit is contained in:
Jack253-png 2025-05-31 08:59:06 +08:00
parent 1c48676f4f
commit addb748c64
No known key found for this signature in database
GPG Key ID: 51EA61206B02D886
1 changed files with 2 additions and 0 deletions

View File

@ -3554,6 +3554,8 @@ if(SDL_SHARED)
RESOURCE "${SDL_FRAMEWORK_RESOURCES}" RESOURCE "${SDL_FRAMEWORK_RESOURCES}"
) )
endif() endif()
elseif(OHOS)
# disable libtool postfix
elseif(UNIX AND NOT ANDROID) elseif(UNIX AND NOT ANDROID)
set_target_properties(SDL3-shared PROPERTIES set_target_properties(SDL3-shared PROPERTIES
VERSION "${SDL_SO_VERSION}" VERSION "${SDL_SO_VERSION}"