Update compile-windows.md

fix lua5.1-5.2  support with luajit (mxe default upstream lua5.3 )
This commit is contained in:
crackself 2020-05-26 12:52:28 +08:00 committed by Leo Izen
parent 7f5c170093
commit dc1a855438
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ echo "MXE_TARGETS := i686-w64-mingw32.static" >> settings.mk
# Build required packages. The following provide a minimum required to build
# a reasonable mpv binary (though not an absolute minimum).
make gcc ffmpeg libass jpeg lua
make gcc ffmpeg libass jpeg lua luajit
# Add MXE binaries to $PATH
export PATH=/opt/mxe/usr/bin/:$PATH