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 /scene/SCsub | |
parent | 3337191d5a97204918a44c8b5c19bd6605af474b (diff) | |
parent | 399b1b047498d154440f5cda4a5ceb08ea3de68e (diff) |
Merge pull request #2707 from akien-mga/master
Cosmetic fixes to SCons buildsystem
Diffstat (limited to 'scene/SCsub')
-rw-r--r-- | scene/SCsub | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/SCsub b/scene/SCsub index 8c4f0499c4..6d1dd0044f 100644 --- a/scene/SCsub +++ b/scene/SCsub @@ -18,5 +18,3 @@ SConscript('io/SCsub'); lib = env.Library("scene",env.scene_sources) env.Prepend(LIBS=[lib]) - - |