Skip to content

Commit 83e1cf9

Browse files
committed
Harmony port: disable lib version suffix
1 parent 2155440 commit 83e1cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,8 @@ if(SDL_SHARED)
35543554
RESOURCE "${SDL_FRAMEWORK_RESOURCES}"
35553555
)
35563556
endif()
3557+
elseif(OHOS)
3558+
# disable libtool postfix
35573559
elseif(UNIX AND NOT ANDROID)
35583560
set_target_properties(SDL3-shared PROPERTIES
35593561
VERSION "${SDL_SO_VERSION}"

0 commit comments

Comments
 (0)