mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #22380 from allkhor/fix_scons_warning
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.
This commit is contained in:
commit
75e44badba
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue