fix build regression

This commit is contained in:
Gordon Williams 2016-06-17 10:49:06 +01:00
parent 710a3452c1
commit 0223fee1fa

View File

@ -111,7 +111,7 @@ def get_jsondata(is_for_document, parseArgs = True, board = False):
if "USB" in board.devices: defines.append("defined(USB)=True");
else: defines.append("defined(USB)=False");
elif arg[1]=="F":
# -Fxxx.yy in args is filename xxx.yy, which is mandatory for build_jswrapper.py
"" # -Fxxx.yy in args is filename xxx.yy, which is mandatory for build_jswrapper.py
else:
print("Unknown command-line option")
exit(1)