diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 14:15:06 +0000 |
commit | 7a5bd1e59638272e5815fffa5ae07386a847a7af (patch) | |
tree | 3d7039c78253f9818759527cc1aa815ff6b270e1 | |
parent | 956c9e1ca8ff0f72dd3fb1a29ec4f95a755bdb20 (diff) | |
download | pemagine-7a5bd1e59638272e5815fffa5ae07386a847a7af.tar.bz2 pemagine-7a5bd1e59638272e5815fffa5ae07386a847a7af.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) |