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 d88e2e2 commit 62c92acCopy full SHA for 62c92ac
.github/workflows/windows_exe.yml
@@ -40,6 +40,8 @@ jobs:
40
run: lua-5.1.5/src/lua.exe -v
41
42
- name: Build
43
- run: gcc -o moon.exe -c bin/binaries/moon.c
+ run: gcc -o moon.exe -ilua-5.1.5/src/ -c bin/binaries/moon.c lpeg-1.0.2/lpvm.c lpeg-1.0.2/lpcap.c lpeg-1.0.2/lptree.c lpeg-1.0.2/lpcode.c lpeg-1.0.2/lpprint.c
44
+
45
46
47
0 commit comments