Merge pull request #7704 from volzhs/fix-compile-error
Fix compile error
This commit is contained in:
commit
ff4ca593e2
5
tools/editor/import/SCsub
Normal file
5
tools/editor/import/SCsub
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
Export('env')
|
||||
env.add_source_files(env.tool_sources, "*.cpp")
|
Loading…
Reference in New Issue
Block a user