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 03bdcf6 commit e445bb5Copy full SHA for e445bb5
.github/workflows/windows_exe.yml
@@ -40,7 +40,7 @@ jobs:
40
run: lua-5.1.5/src/lua.exe -v
41
42
- name: Build
43
- 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
+ run: gcc -o moon.exe '-Ilua-5.1.5/src/' 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
0 commit comments