Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed May 17, 2023
1 parent b7191ec commit f56747d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/PsfPlayer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if(BUILD_AOT_CACHE)
else()
if(TARGET_PLATFORM_WIN32 AND NOT USE_QT)
add_subdirectory(Source/ui_win32/)
elif(TARGET_PLATFORM_IOS)
elseif(TARGET_PLATFORM_IOS)
add_subdirectory(Source/ui_ios/)
elif(TARGET_PLATFORM_JS)
elseif(TARGET_PLATFORM_JS)
add_subdirectory(Source/ui_js/)
else()
add_subdirectory(Source/ui_qt/)
Expand Down

0 comments on commit f56747d

Please sign in to comment.