6 lines
87 B
Makefile
6 lines
87 B
Makefile
dev:
|
|
WEBKIT_DISABLE_DMABUF_RENDERER=1 wails dev -tags webkit2_41
|
|
|
|
build:
|
|
wails build
|