mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
This commit is contained in:
@@ -20,6 +20,8 @@ libtool-source: $(DL_DIR)/$(LIBTOOL_SOURCE)
|
||||
|
||||
$(LIBTOOL_SRC_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE)
|
||||
$(LIBTOOL_CAT) $(DL_DIR)/$(LIBTOOL_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
||||
$(CONFIG_UPDATE) $(LIBTOOL_SRC_DIR)
|
||||
$(CONFIG_UPDATE) $(LIBTOOL_SRC_DIR)/libltdl
|
||||
touch $@
|
||||
|
||||
#############################################################
|
||||
|
||||
Reference in New Issue
Block a user