mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Use HOST_GLIB for glib installation instead of /usr/bin
This commit is contained in:
@@ -13,6 +13,6 @@ IPTABLES_INSTALL_TARGET = YES
|
||||
IPTABLES_AUTORECONF = YES
|
||||
IPTABLES_DEPENDENCIES =
|
||||
IPTABLES_CONFIGURE_OPT = --with-kernel=$(LINUX_HEADERS_DIR)
|
||||
IPTABLES_MAKE_OPT = GLIB_GENMARSHAL=/usr/bin/glib-genmarshal GLIB_MKENUMS=/usr/bin
|
||||
IPTABLES_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,iptables))
|
||||
|
||||
Reference in New Issue
Block a user