1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 05:47:07 +00:00
termux-packages/packages/helix/libc++_shared-not-found.patch
Aditya Alok 16351779da
feat(helix): enable auto-update and update to 23.03
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-03-31 14:52:58 +05:30

12 lines
403 B
Diff

--- a/helix-loader/src/grammar.rs 2022-03-31 12:52:29.105571523 +0530
+++ b/helix-loader/src/grammar.rs 2022-03-31 13:06:19.215571207 +0530
@@ -319,6 +319,8 @@
} else {
command
.arg("-shared")
+ .arg("-L@TERMUX_PREFIX@/lib")
+ .arg("-Wl,-rpath=@TERMUX_PREFIX@/lib")
.arg("-fPIC")
.arg("-fno-exceptions")
.arg("-g")