diff options
Diffstat (limited to 'tools/pck/SCsub')
-rw-r--r-- | tools/pck/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pck/SCsub b/tools/pck/SCsub index b1fed9a472..cf98ae145d 100644 --- a/tools/pck/SCsub +++ b/tools/pck/SCsub @@ -2,4 +2,3 @@ Import('env') if env["tools"] == "yes": env.add_source_files(env.tool_sources, "*.cpp") - |