commit bcdd8ae
hovercats
·
2024-09-19 15:17:29 +0000 UTC
parent d7d2429
luajit: luakit/mpv will panic during launch/build if luajit is built with -fno-asynchronous-unwind-tables, so make sure its built with -fasynchronous-unwind-tables instead
2 files changed,
+3,
-1
+2,
-0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3
4+export CFLAGS="$CFLAGS -fasynchronous-unwind-tables"
5+
6 make amalg PREFIX=/usr
7 make install PREFIX=/usr DESTDIR="$1"
8
+1,
-1
1@@ -1 +1 @@
2-2.0.5 3
3+2.0.5 4