Skip to content

Commit 3a2f82e

Browse files
committed
win build fix
1 parent 942c2cd commit 3a2f82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Build windows binary
7777
run: |
78-
make -f Makefile.mingw LUA_CFLAGS="-I./winlibs/ -L./winlibs/" VERSION=`date +%y%m%d`
78+
make -f Makefile.mingw LUA_CFLAGS="" LUA_LFLAGS="" EXTRA_CFLAGS="-static -L./winlibs/ -I./winlibs/" EXTRA_LDFLAGS="-lluajit" LUA_LIBVERSION=`date +%y%m%d`
7979
make -f Makefile.mingw install
8080
make -f Makefile.mingw clean
8181

0 commit comments

Comments
 (0)