From c1d5170da9a0611ff1d9899fd626f6e275e9e2c9 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Jun 2021 14:09:49 +0000 Subject: build system: Makefile.in: .ldflags-host: use the correct ldflags variable. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3