summaryrefslogtreecommitdiffhomepage
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:03 +0000
commit732aa4b68e294d31d9764d40452d38e840485d3d (patch)
treec58eb3661ffa96e40b14b0f1c79ab76f28cbf3d1
parent515f8fd022baedf93fe2bc06e1ef2ad8ca29b419 (diff)
downloadapimagic-732aa4b68e294d31d9764d40452d38e840485d3d.tar.bz2
apimagic-732aa4b68e294d31d9764d40452d38e840485d3d.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)