summaryrefslogtreecommitdiffstats
path: root/gtk/module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/module.defs')
-rw-r--r--gtk/module.defs13
1 files changed, 4 insertions, 9 deletions
diff --git a/gtk/module.defs b/gtk/module.defs
index 9881a9000..cd4992bd9 100644
--- a/gtk/module.defs
+++ b/gtk/module.defs
@@ -6,13 +6,6 @@ GTK.build/ = $(BUILD/)gtk/
GTK.CONFIGURE.stamp = $(GTK.build/).stamp.configure
-ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
-GTK.CONFIGURE.extra += --host=$(BUILD.spec)
-ifeq ($(HAS.dlfcn),1)
- GTK.CONFIGURE.extra += --enable-dl
-endif
-endif
-
###############################################################################
GTK.out += $(GTK.CONFIGURE.stamp)
@@ -22,8 +15,10 @@ BUILD.out += $(GTK.out)
###############################################################################
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
- GTK.GCC.D += PTW32_STATIC_LIB
- GTK.CONFIGURE.extra = --host=$(BUILD.spec)
+GTK.CONFIGURE.extra += --host=$(BUILD.spec)
+ifeq ($(HAS.dlfcn),1)
+ GTK.CONFIGURE.extra += --enable-dl
+endif
endif
ifeq (0,$(FEATURE.gtk.update.checks))