Merge pull request #7704 from volzhs/fix-compile-error

Fix compile error
This commit is contained in:
Rémi Verschelde 2017-02-02 07:55:40 +01:00 committed by GitHub
commit ff4ca593e2

View file

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