Fix compile error

This commit is contained in:
volzhs 2017-02-02 11:18:37 +09:00
parent b3aebcf6df
commit 5f54b20e2f

View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
Import('env')
Export('env')
env.add_source_files(env.tool_sources, "*.cpp")