diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 5e32acb310..fd3f57dd7c 100644 --- a/core/SCsub +++ b/core/SCsub @@ -84,7 +84,7 @@ thirdparty_minizip_sources = [thirdparty_minizip_dir + file for file in thirdpar env.add_source_files(env.core_sources, thirdparty_minizip_sources) -# Godot's own source +# Godot's own sources env.add_source_files(env.core_sources, "*.cpp") |