diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-23 18:18:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 18:18:57 +0200 |
commit | 75e44badba566748300eb8473b56af542effa8f3 (patch) | |
tree | 0304869aed6cbf9892ed3ad1b960c34feb9ce7ed | |
parent | 65fd37c14947bd596510fb764de649927e1b18f4 (diff) | |
parent | 79d6bde5acb78adb13da426d66097631c1e2e4d2 (diff) |
Merge pull request #22380 from allkhor/fix_scons_warning
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.
-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 |