Skip to content

Commit 62c92ac

Browse files
committed
try building lpeg with bin
1 parent d88e2e2 commit 62c92ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows_exe.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: lua-5.1.5/src/lua.exe -v
4141

4242
- name: Build
43-
run: gcc -o moon.exe -c bin/binaries/moon.c
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
44+
45+
4446

4547

0 commit comments

Comments
 (0)