From 79d6bde5acb78adb13da426d66097631c1e2e4d2 Mon Sep 17 00:00:00 2001 From: allkhor Date: Sun, 23 Sep 2018 21:45:35 +0600 Subject: [PATCH] Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351. --- core/SCsub | 1 - 1 file changed, 1 deletion(-) diff --git a/core/SCsub b/core/SCsub index 6746cc871a5..17b6e2c7ea5 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