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 /gtk/module.defs | |
parent | 8e52e9720f7c5d5b39897f43ae8c6bace5292c19 (diff) |
make: finish correcting host/build semantics
Diffstat (limited to 'gtk/module.defs')
-rw-r--r-- | gtk/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/module.defs b/gtk/module.defs index 2f1e5a021..ec3f697f5 100644 --- a/gtk/module.defs +++ b/gtk/module.defs @@ -14,8 +14,8 @@ BUILD.out += $(GTK.out) ############################################################################### -ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) -GTK.CONFIGURE.extra += --host=$(BUILD.spec) +ifeq (1-mingw,$(HOST.cross)-$(HOST.system)) +GTK.CONFIGURE.extra += --host=$(HOST.spec) ifeq ($(HAS.dlfcn),1) GTK.CONFIGURE.extra += --enable-dl endif |