mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
haserl: remove 0.8.0 install workaround
Not needed anymore as stripping is handled on a global level. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -7,9 +7,6 @@
|
|||||||
HASERL_VERSION = $(call qstrip,$(BR2_PACKAGE_HASERL_VERSION))
|
HASERL_VERSION = $(call qstrip,$(BR2_PACKAGE_HASERL_VERSION))
|
||||||
HASERL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/haserl/
|
HASERL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/haserl/
|
||||||
|
|
||||||
# force haserl 0.8.0 to use install-sh so stripping works
|
|
||||||
HASERL_CONF_ENV = ac_cv_path_install=./install-sh
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_HASERL_WITH_LUA),y)
|
ifeq ($(BR2_PACKAGE_HASERL_WITH_LUA),y)
|
||||||
HASERL_CONF_OPT += --with-lua=$(STAGING_DIR) \
|
HASERL_CONF_OPT += --with-lua=$(STAGING_DIR) \
|
||||||
--with-lua-headers=$(STAGING_DIR)
|
--with-lua-headers=$(STAGING_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user