Skip to content

Commit 79db698

Browse files
committed
fix ios build issue with codex
1 parent 77f20a5 commit 79db698

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ file(GLOB_RECURSE src_files_engine
4444
"Options.hpp"
4545
)
4646

47-
# Set Engine.cpp to compile as Objective-C++ on iOS
4847
if (IOS)
49-
set_source_files_properties(Runtime/Engine.cpp PROPERTIES LANGUAGE "OBJCXX")
48+
set_source_files_properties(Runtime/NextAudio.cpp PROPERTIES LANGUAGE "OBJCXX")
5049
endif()
5150
file(GLOB_RECURSE src_files_editor "Editor/*")
5251
file(GLOB_RECURSE src_files_magicalego "Application/MagicaLego/*.cpp" "MagicaLego/*.hpp")

0 commit comments

Comments
 (0)