diff options
author | allkhor <say2word@gmail.com> | 2018-09-23 21:45:35 +0600 |
---|---|---|
committer | allkhor <say2word@gmail.com> | 2018-09-23 21:45:35 +0600 |
commit | 79d6bde5acb78adb13da426d66097631c1e2e4d2 (patch) | |
tree | 0304869aed6cbf9892ed3ad1b960c34feb9ce7ed /core/SCsub | |
parent | 65fd37c14947bd596510fb764de649927e1b18f4 (diff) |
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 6746cc871a..17b6e2c7ea 100644 --- a/core/SCsub +++ b/core/SCsub @@ -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 |