mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
parent
84e0acf9b7
commit
1a55942ffa
1 changed files with 2 additions and 0 deletions
|
@ -17,5 +17,7 @@ def esbuild(name, **kwargs):
|
||||||
"//:release": True,
|
"//:release": True,
|
||||||
"//conditions:default": False,
|
"//conditions:default": False,
|
||||||
}),
|
}),
|
||||||
|
# support Qt 5.14
|
||||||
|
target = "chrome77",
|
||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue