chore(main/nodejs): do not add -ldl to LDFLAGS

I don;t think it is actually needed. Maybe just ended up being there as
a part of some junk commits that were made during node v16 upgrade
This commit is contained in:
Yaksh Bariya 2023-06-06 21:53:16 +05:30
parent ced11c120a
commit 4b986adf8d
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ termux_step_configure() {
export CXX_host=g++
export LINK_host=g++
LDFLAGS+=" -ldl"
# See note above TERMUX_PKG_DEPENDS why we do not use a shared libuv
# When building with ninja, build.ninja is geenrated for both Debug and Release builds.
./configure \