Files
termux-pacman-bot 27683c97e1 bump(main/lua-language-server): v3.16.4
Updated patch files to be compatible with `v3.16.4`.
Also updated runtime dependencies.
2026-01-10 02:37:42 +00:00

12 lines
577 B
Diff

--- lua-language-server/3rd/luamake/compile/ninja/android.ninja 2021-10-27 21:38:40.667928105 +0530
+++ lua-language-server-patch/3rd/luamake/compile/ninja/android.ninja 2021-10-27 21:37:31.217928132 +0530
@@ -103,7 +103,7 @@
build $obj/source_bootstrap/main.obj: cxx_source_bootstrap $
bee.lua/bootstrap/main.cpp
rule link_bootstrap
- command = $cc $in -o $out -Wl,-E -lm -ldl -lstdc++ -Wl,-S,-x
+ command = $cc $in -o $out -Wl,-E -lm -ldl -lstdc++ -landroid-spawn -Wl,-S,-x
description = Link Exe $out
rule copy
command = cp -fv $in$input $out 1>/dev/null