diff options
author | ngld <ngld@tproxy.de> | 2013-09-17 00:44:38 +0200 |
---|---|---|
committer | ngld <ngld@tproxy.de> | 2013-09-17 00:44:38 +0200 |
commit | 29a62bd92e056800c7bf8f91fbe4c9fc948bf035 (patch) | |
tree | 27653cf2a0f62ac79e448523d9a098f21dde4751 /tools/shared.py | |
parent | 1600df2e360d0bbfd9195b3523dd3d0b440fe62a (diff) |
Updated library_sdl.js
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 76802eaa..554813ee 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -1452,7 +1452,7 @@ class Building: Cache.ensure() import gen_struct_info - gen_struct_info.main(['-o', info_path, path_from_root('src/struct_info.json')]) + gen_struct_info.main(['-qo', info_path, path_from_root('src/struct_info.json')]) @staticmethod def preprocess(infile, outfile): |