[build] try to fix msys build

This commit is contained in:
Timothy Stack 2022-05-23 23:31:59 -07:00
parent ae0760045e
commit f389005d40
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
../lnav/configure \
--enable-static \
LDFLAGS="-static" \
CPPFLAGS="-I../src -I../../lnav/src -I../../lnav/src/fmtlib -O2" \
CPPFLAGS="-I../src -I../../lnav/src -I../../lnav/src/fmtlib -O2 -DNCURSES_STATIC" \
CXXFLAGS="-fPIC" \
CFLAGS="-fPIC" \
LIBS="-larchive -lssh2 -llzma -llz4 -lz -lzstd -lssl -lcrypto -liconv" \