diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-18 19:43:28 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-18 19:43:28 -0300 |
commit | 0c3386b2ed7c3791127e2b12a2227deddad96ae5 (patch) | |
tree | 5bea13fd69f8f192daa83749d72bda4cb7af9c4f /tools/collada | |
parent | 3337191d5a97204918a44c8b5c19bd6605af474b (diff) | |
parent | 399b1b047498d154440f5cda4a5ceb08ea3de68e (diff) |
Merge pull request #2707 from akien-mga/master
Cosmetic fixes to SCons buildsystem
Diffstat (limited to 'tools/collada')
-rw-r--r-- | tools/collada/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/collada/SCsub b/tools/collada/SCsub index c8eaa596d1..34524f10ef 100644 --- a/tools/collada/SCsub +++ b/tools/collada/SCsub @@ -3,5 +3,3 @@ Import('env') env.add_source_files(env.tool_sources,"*.cpp") Export('env') - - |