diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 14:15:08 +0000 |
commit | abd0d932e14579fee086341b950cec12b08c7cd5 (patch) | |
tree | d5d03d223abd837d714281e5e46656db091deba8 | |
parent | 2297a1887fb7c00b093467013db6539d5fd9845b (diff) | |
download | u16ports-abd0d932e14579fee086341b950cec12b08c7cd5.tar.bz2 u16ports-abd0d932e14579fee086341b950cec12b08c7cd5.tar.xz |
build system: Makefile.in: .ldflags-host: use the correct ldflags variable.
-rw-r--r-- | Makefile.in | 2 |
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) |