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 942c2cd commit 3a2f82eCopy full SHA for 3a2f82e
.github/workflows/CI.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Build windows binary
77
run: |
78
- make -f Makefile.mingw LUA_CFLAGS="-I./winlibs/ -L./winlibs/" VERSION=`date +%y%m%d`
+ make -f Makefile.mingw LUA_CFLAGS="" LUA_LFLAGS="" EXTRA_CFLAGS="-static -L./winlibs/ -I./winlibs/" EXTRA_LDFLAGS="-lluajit" LUA_LIBVERSION=`date +%y%m%d`
79
make -f Makefile.mingw install
80
make -f Makefile.mingw clean
81
0 commit comments