From 3739579d376226b788abdc1e63fc1061216bd81b Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 15 2021 14:15:08 +0000 Subject: build system: Makefile.in: .ldflags-host: use the correct ldflags variable. --- 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)