We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fe4f1 commit 94aba44Copy full SHA for 94aba44
rock.mk
@@ -6,7 +6,7 @@
6
#
7
# Build with luaclibs:
8
# luarocks --lua-dir ../../luaclibs/lua/src MAKE=make CC=gcc LD=gcc make
9
-# luarocks --lua-dir C:/bin/lua-5.3.5_Win64_bin MAKE=make CC=gcc LD=gcc make lua-webview-1.1-1.rockspec
+# luarocks --lua-dir C:/bin/lua-5.4.2_Win64_bin MAKE=make CC=gcc LD=gcc make lua-webview-1.3-2.rockspec
10
11
12
CC ?= gcc
@@ -74,6 +74,7 @@ lib: $(TARGET)
74
75
install: install-$(PLAT)
76
cp $(TARGET) $(INST_LIBDIR)
77
+ -cp webview-launcher.lua $(INST_LUADIR)
78
79
install-linux:
80
0 commit comments