diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 14:15:05 +0000 |
commit | 828787831d0a90c2df2dcc88f789829a07585354 (patch) | |
tree | 1c9e8c43f66dcada98695f36e65a43aee0caa1d6 | |
parent | d100d5105eb84d2602036689f9b7c79ba48bd832 (diff) | |
download | mmglue-828787831d0a90c2df2dcc88f789829a07585354.tar.bz2 mmglue-828787831d0a90c2df2dcc88f789829a07585354.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) |