Treat sp warnings as errors when building
This commit is contained in:
parent
7fff73ad64
commit
5b1caec738
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user