ldc: fix build error

This commit is contained in:
Leonid Pliushch 2019-03-29 14:06:16 +02:00
parent 53a9ab7a8f
commit 69397baf18

View File

@ -58,6 +58,8 @@ termux_step_host_build() {
}
termux_step_pre_configure() {
LDFLAGS+=" -lc++_shared"
local LLVM_TARGET_ARCH
if [ $TERMUX_ARCH = "arm" ]; then
LLVM_TARGET_ARCH=ARM