summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/compile-windows.md2
1 files changed, 1 insertions, 1 deletions
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