mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 04:10:52 +00:00
12 lines
577 B
Diff
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
|