Skip to content

Commit

Permalink
fix typo in Platforms.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Trihedraf committed Dec 14, 2024
1 parent 191e59c commit d6f838e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/Platforms.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ elseif(TARGET_PLATFORM STREQUAL "lepus")
include(platforms/lepus)
elseif(TARGET_PLATFORM STREQUAL "miyoo_mini")
include(platforms/miyoo_mini)
elseif(TARGET_PLATORM STREQUAL "windows9x")
elseif(TARGET_PLATFORM STREQUAL "windows9x")
include(platforms/windows9x)
elseif(WIN32)
include(platforms/windows)
Expand Down

0 comments on commit d6f838e

Please sign in to comment.