aboutsummaryrefslogtreecommitdiffstats
path: root/android/build
diff options
context:
space:
mode:
Diffstat (limited to 'android/build')
-rw-r--r--android/build/host_executable.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build/host_executable.make b/android/build/host_executable.make
index 62f4762..704da98 100644
--- a/android/build/host_executable.make
+++ b/android/build/host_executable.make
@@ -14,7 +14,7 @@
#
# first, call a library containing all object files
-LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE))
+LOCAL_BUILT_MODULE := $(call executable-path,$(LOCAL_MODULE))$(HOST_EXEEXT)
LOCAL_CC ?= $(CC)
include $(BUILD_SYSTEM)/binary.make