i3: fix linking with android-glob

This commit is contained in:
Leonid Pliushch 2020-11-21 23:54:24 +00:00 committed by Yaksh Bariya
parent 27ff487f37
commit 7cd32d4a9c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -13,5 +13,5 @@ i3/config.keycodes
"
termux_step_pre_configure() {
export LIBS="-landroid-glob -landroid-shmem"
LDFLAGS+=" -Wl,--no-as-needed -landroid-glob -landroid-shmem"
}