Skip to content

Commit 87efb7e

Browse files
committed
cmake: add OS2 to OPT_DEF_LIBC enable list.
(cherry picked from commit 738b1e4)
1 parent 645fbb6 commit 87efb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ if(USE_GCC OR USE_CLANG OR USE_INTELCC OR USE_QCC)
242242
endif()
243243

244244
# Default option knobs
245-
if(UNIX OR MINGW OR MSYS OR (USE_CLANG AND NOT WINDOWS) OR VITA OR PSP OR PS2 OR N3DS OR SDL_CPU_ARM64EC)
245+
if(UNIX OR MINGW OR MSYS OR OS2 OR (USE_CLANG AND NOT WINDOWS) OR VITA OR PSP OR PS2 OR N3DS OR SDL_CPU_ARM64EC)
246246
set(OPT_DEF_LIBC ON)
247247
endif()
248248
if(WINDOWS OR MACOS OR IOS OR TVOS OR VISIONOS OR WATCHOS)

0 commit comments

Comments
 (0)