summaryrefslogtreecommitdiff
path: root/drivers/zlib/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/zlib/SCsub')
-rw-r--r--drivers/zlib/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/zlib/SCsub b/drivers/zlib/SCsub
index 928128e40c..407deb5f6e 100644
--- a/drivers/zlib/SCsub
+++ b/drivers/zlib/SCsub
@@ -23,4 +23,4 @@ thirdparty_sources = [
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
env.add_source_files(env.drivers_sources, thirdparty_sources)
-env.Append(CPPPATH = [thirdparty_dir])
+env.Append(CPPPATH=[thirdparty_dir])