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/fribidi/module.defs | |
parent | 8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (diff) |
make: finish correcting host/build semantics
Diffstat (limited to 'contrib/fribidi/module.defs')
-rw-r--r-- | contrib/fribidi/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fribidi/module.defs b/contrib/fribidi/module.defs index ecc59c6a3..2e29553a8 100644 --- a/contrib/fribidi/module.defs +++ b/contrib/fribidi/module.defs @@ -8,8 +8,8 @@ FRIBIDI.FETCH.basename = fribidi-1.0.5.tar.gz FRIBIDI.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv; -ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) +ifeq (1-mingw,$(HOST.cross)-$(HOST.system)) FRIBIDI.CONFIGURE.extra = --with-glib=no -else ifeq (darwin,$(BUILD.system)) +else ifeq (darwin,$(HOST.system)) FRIBIDI.CONFIGURE.extra = --with-glib=no endif |