1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.

This commit is contained in:
allkhor
2018-09-23 21:45:35 +06:00
parent 65fd37c149
commit 79d6bde5ac

View File

@@ -117,7 +117,6 @@ SConscript('os/SCsub')
SConscript('math/SCsub')
SConscript('io/SCsub')
SConscript('bind/SCsub')
SConscript('helper/SCsub')
# Build it all as a library