diff options
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SCsub b/core/SCsub index 7eace22b73..2b195fa750 100644 --- a/core/SCsub +++ b/core/SCsub @@ -53,7 +53,7 @@ env.add_source_files(env.core_sources,"*.cpp") Export('env') import make_binders -env.Command('method_bind.inc', 'make_binders.py', make_binders.run) +env.Command(['method_bind.inc','method_bind_ext.inc'], 'make_binders.py', make_binders.run) SConscript('os/SCsub'); SConscript('math/SCsub'); |