summaryrefslogtreecommitdiffstats
path: root/gtk/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/module.rules')
-rw-r--r--gtk/module.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/module.rules b/gtk/module.rules
index f66bbbb60..c2800785a 100644
--- a/gtk/module.rules
+++ b/gtk/module.rules
@@ -14,7 +14,7 @@ $(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp))
PKG_CONFIG_DIR=$(BUILD/)contrib/lib/pkgconfig \
CFLAGS="$(call fn.ARGS,GTK.GCC,.g .O)" \
LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O)" \
- --prefix=$(INSTALL.prefix) \
+ --prefix=$(PREFIX) \
--with-hb=$(call fn.ABSOLUTE,$(BUILD/))
$(TOUCH.exe) $@