diff options
author | John Stebbins <[email protected]> | 2019-04-16 11:31:29 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-04-17 07:27:17 -0600 |
commit | 046eb043aeebc31b922f632422b88107e840fd0b (patch) | |
tree | da5955574f4a2029a29ceed0e10ae06625978037 /contrib/zlib/module.defs | |
parent | 8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (diff) |
make: finish correcting host/build semantics
Diffstat (limited to 'contrib/zlib/module.defs')
-rw-r--r-- | contrib/zlib/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zlib/module.defs b/contrib/zlib/module.defs index f973bcfec..6f19b8130 100644 --- a/contrib/zlib/module.defs +++ b/contrib/zlib/module.defs @@ -7,7 +7,7 @@ ZLIB.FETCH.sha256 = c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197 ZLIB.CONFIGURE.args = !sete @dir !env !exe @prefix !extra -ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) +ifeq (1-mingw,$(HOST.cross)-$(HOST.system)) ZLIB.CONFIGURE.env.AR = AR="$(AR.exe)" ZLIB.CONFIGURE.env.ARFLAGS = ARFLAGS="rc" ZLIB.CONFIGURE.env.RANLIB = RANLIB="$(RANLIB.exe)" |