File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1506,7 +1506,7 @@ elseif(OHOS)
1506
1506
# disable warnings from the toolchain
1507
1507
sdl_compile_options (PRIVATE "-Wno-unused-command-line-argument" )
1508
1508
1509
- sdl_link_dependency (OHOS_LIBS LIBS ace_napi.z hilog_ndk.z ace_ndk.z rawfile.z pixelmap_ndk.z )
1509
+ sdl_link_dependency (ohos LIBS ace_napi.z hilog_ndk.z ace_ndk.z rawfile.z pixelmap_ndk.z )
1510
1510
sdl_glob_sources ("${SDL3_SOURCE_DIR} /src/core/ohos/*.c" )
1511
1511
1512
1512
if (SDL_VIDEO )
@@ -3572,8 +3572,6 @@ if(SDL_SHARED)
3572
3572
RESOURCE "${SDL_FRAMEWORK_RESOURCES} "
3573
3573
)
3574
3574
endif ()
3575
- elseif (OHOS )
3576
- # disable libtool postfix
3577
3575
elseif (UNIX AND NOT ANDROID )
3578
3576
set_target_properties (SDL3-shared PROPERTIES
3579
3577
VERSION "${SDL_SO_VERSION} "
You can’t perform that action at this time.
0 commit comments