From dc1a855438629484e38a7c6e242448cf7122a988 Mon Sep 17 00:00:00 2001 From: crackself Date: Tue, 26 May 2020 12:52:28 +0800 Subject: Update compile-windows.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix lua5.1-5.2 support with luajit (mxe default upstream lua5.3 ) --- DOCS/compile-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md index 174a882316..2fd011978a 100644 --- a/DOCS/compile-windows.md +++ b/DOCS/compile-windows.md @@ -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 -- cgit v1.2.3