mirror of https://github.com/libsdl-org/SDL.git
Harmony port: disable lib version suffix
This commit is contained in:
parent
1c48676f4f
commit
addb748c64
|
|
@ -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}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue