summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-04-29 19:02:02 +0200
committerDudemanguy <random342@airmail.cc>2023-04-29 19:07:45 +0000
commite836b5805088ba04ea57f2201401b0a5fc06c275 (patch)
treec2c75f520b759aaa93e8d523cea9292ecedf1ba0 /ci
parent6d208d38d24a423b85eb814c3c5cdff8d9327bb4 (diff)
downloadmpv-e836b5805088ba04ea57f2201401b0a5fc06c275.tar.bz2
mpv-e836b5805088ba04ea57f2201401b0a5fc06c275.tar.xz
ci: use auto detection for lua library version for MSYS
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-msys2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh
index a044f61447..42017840c3 100755
--- a/ci/build-msys2.sh
+++ b/ci/build-msys2.sh
@@ -13,7 +13,7 @@ if [ "$1" = "meson" ]; then
-D libbluray=enabled \
-D libmpv=true \
-D libplacebo=enabled \
- -D lua=luajit \
+ -D lua=enabled \
-D pdf-build=enabled \
-D rubberband=enabled \
-D shaderc=enabled \
@@ -48,7 +48,7 @@ if [ "$1" = "waf" ]; then
--enable-spirv-cross \
--enable-uchardet \
--enable-vapoursynth \
- --lua=luajit \
+ --enable-lua \
--enable-vulkan
./waf build
./build_waf/mpv.com -v --no-config