Treat sp warnings as errors when building

This commit is contained in:
Nicholas Hastings 2014-09-04 18:03:33 -07:00
parent 7fff73ad64
commit 5b1caec738

View File

@ -35,6 +35,7 @@ spcomp_argv = [
'-i' + os.path.relpath(os.path.join(builder.sourcePath, 'plugins', 'include'), '-i' + os.path.relpath(os.path.join(builder.sourcePath, 'plugins', 'include'),
os.path.join(builder.buildPath, builder.buildFolder)), os.path.join(builder.buildPath, builder.buildFolder)),
'-h', '-h',
'-E',
] ]
def build_plugin(script_path, smx_file): def build_plugin(script_path, smx_file):