summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-15 14:09:49 +0000
committermidipix <writeonce@midipix.org>2021-06-15 14:15:07 +0000
commit82721eba2a0f62cdc3d345d00c2b0c6f901e333f (patch)
treeb8070fd43eb502afe24859e0fd44208214b95718
parent3cccf829ea5b5feb69363e9a945831f7206b3e83 (diff)
downloadsbpython2-82721eba2a0f62cdc3d345d00c2b0c6f901e333f.tar.bz2
sbpython2-82721eba2a0f62cdc3d345d00c2b0c6f901e333f.tar.xz
build system: Makefile.in: .ldflags-host: use the correct ldflags variable.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a8c18b1..4e0f9e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,7 +150,7 @@ install-app-extras:
@true : $(NATIVE_CFLAGS)
.ldflags-host:
- @true : $(LDFLAGS)
+ @true : $(LDFLAGS_APP)
.ldflags-native:
@true : $(NATIVE_LDFLAGS)