diff options
author | midipix <writeonce@midipix.org> | 2021-06-15 14:09:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-15 14:15:07 +0000 |
commit | 2b98b4615758d3c28ec5413119904c785816d744 (patch) | |
tree | a4125f87bcc66ea8d7f4ccce29830f2ac9265a8f | |
parent | 5832d2bf38d4e670c6e5ac869e4e3d8959f7b48f (diff) | |
download | sbmake-2b98b4615758d3c28ec5413119904c785816d744.tar.bz2 sbmake-2b98b4615758d3c28ec5413119904c785816d744.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) |