diff --git a/CMakeLists.txt b/CMakeLists.txt index b89e777c8e..c5e0b3b52b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3554,6 +3554,8 @@ if(SDL_SHARED) RESOURCE "${SDL_FRAMEWORK_RESOURCES}" ) endif() + elseif(OHOS) + # disable libtool postfix elseif(UNIX AND NOT ANDROID) set_target_properties(SDL3-shared PROPERTIES VERSION "${SDL_SO_VERSION}"