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 | f7f6a8d1890bff11b463738a14f38e25fb683fd1 (patch) | |
tree | 4d7f40312bacf84d95ebc189cc1c4cc8c8893317 | |
parent | 2f815cfc436d2df715abcafe8634f496a938d357 (diff) | |
download | ntapi-f7f6a8d1890bff11b463738a14f38e25fb683fd1.tar.bz2 ntapi-f7f6a8d1890bff11b463738a14f38e25fb683fd1.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) |