mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
fix build regression
This commit is contained in:
parent
710a3452c1
commit
0223fee1fa
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user