aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 7e66bd9..f5c008b 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -132,6 +132,10 @@ ifneq ($(combo_target)$(TARGET_SIMULATOR),HOST_true)
MY_LDLIBS += -m32
endif
endif
+
+ ifneq ($(BUILD_HOST_static),)
+ MY_LDLIBS += -static
+ endif
endif
# Enable warning, except those related to missing field initializers