mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
This commit is contained in:
@@ -14,6 +14,8 @@ WHICH_TARGET_BINARY:=bin/which
|
||||
$(DL_DIR)/$(WHICH_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(WHICH_SITE)/$(WHICH_SOURCE)
|
||||
|
||||
which-source: $(DL_DIR)/$(WHICH_SOURCE)
|
||||
|
||||
$(WHICH_DIR)/.unpacked: $(DL_DIR)/$(WHICH_SOURCE)
|
||||
$(WHICH_CAT) $(DL_DIR)/$(WHICH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
touch $(WHICH_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user