diff options
| author | Rémi Verschelde | 2017-04-28 19:28:21 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-28 21:19:25 +0200 |
| commit | d4029aa51a0f0bce5dc73885af74b592e3aa33b7 (patch) | |
| tree | 22848a9191aca36a38b6f0bda4c313c3349f2eab /core/SCsub | |
| parent | c5f830d6b90574ef1e34fd2c35a0ebfa1ad92fe6 (diff) | |
| download | godot-d4029aa51a0f0bce5dc73885af74b592e3aa33b7.tar.gz godot-d4029aa51a0f0bce5dc73885af74b592e3aa33b7.tar.zst godot-d4029aa51a0f0bce5dc73885af74b592e3aa33b7.zip | |
Diffstat (limited to 'core/SCsub')
| -rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 5e32acb31..fd3f57dd7 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") |
