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 | 19d010db35eed629af67efa453ec73a16bf94e6b (patch) | |
tree | 00f7c48425508136a63f3d79ff180623ca31bcc2 | |
parent | 020692bfb55beb2f0f39cacbee2bc35c57edd989 (diff) | |
download | perk-19d010db35eed629af67efa453ec73a16bf94e6b.tar.bz2 perk-19d010db35eed629af67efa453ec73a16bf94e6b.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) |