diff options
Diffstat (limited to 'drivers/convex_decomp/SCsub')
-rw-r--r-- | drivers/convex_decomp/SCsub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/convex_decomp/SCsub b/drivers/convex_decomp/SCsub index 6699efef75..0582e01978 100644 --- a/drivers/convex_decomp/SCsub +++ b/drivers/convex_decomp/SCsub @@ -1,4 +1,5 @@ Import('env') -Export('env'); -env.add_source_files(env.drivers_sources,"*.cpp") +env.add_source_files(env.drivers_sources, "*.cpp") + +Export('env') |