diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
commit | f3e7b5d4a3fd7d34ea27995ff9611933d6dbbb98 (patch) | |
tree | 49e5d57f8a20752fa257f02f037bf745f594bd6d /Makefile.in | |
parent | 19ed06355fb1dc034af9b60fffc76c10ff0a7fc7 (diff) | |
download | slibtool-f3e7b5d4a3fd7d34ea27995ff9611933d6dbbb98.tar.bz2 slibtool-f3e7b5d4a3fd7d34ea27995ff9611933d6dbbb98.tar.xz |
build system: Makefile.in: .ldflags-host: use the correct ldflags variable.
Diffstat (limited to 'Makefile.in')
-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) |