aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-02 20:13:58 -0400
committerJack Lloyd <[email protected]>2019-07-02 20:13:58 -0400
commitb5ae60bdaff837e5396027de0d0ce1b761df00a5 (patch)
tree4f01bf9b6efcfed7b635481a02d70568749bd2bc /src/build-data
parent88e629127895ab2d783f2fe38c93361761d5ff21 (diff)
parent3585df51c21c0b00811edc37a830679e22481ddf (diff)
Merge GH #2014 Fixes for Android build
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in
index 9c1d102d4..0e877c680 100644
--- a/src/build-data/makefile.in
+++ b/src/build-data/makefile.in
@@ -70,7 +70,7 @@ TESTOBJS = %{join test_objs}
# Executable targets
$(CLI): $(LIBRARIES) $(CLIOBJS)
- $(EXE_LINK_CMD) $(ABI_FLAGS) $(LDFLAGS) $(CLIOBJS) $(EXE_LINKS_TO) %{output_to_exe}$@
+ $(EXE_LINK_CMD) $(ABI_FLAGS) $(CLIOBJS) $(EXE_LINKS_TO) $(LDFLAGS) %{output_to_exe}$@
$(POST_LINK_CMD)
$(TEST): $(LIBRARIES) $(TESTOBJS)