Skip to content

Commit

Permalink
Packages rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 5, 2024
1 parent 8736431 commit 27d1ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/packages/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export VENDOR_DIR ?= $(BUILD_HARNESS_PATH)/vendor
export VENDOR_SUBDIR := $(shell uname -s)/$(shell uname -m)
export PACKAGES_INSTALL_PATH ?= $(VENDOR_DIR)/$(VENDOR_SUBDIR)
export PACKAGES_VERSION ?= master
export PACKAGES_VERSION ?= main
export PACKAGES_PATH ?= $(VENDOR_DIR)/packages
# PACKAGES_PREFER_HOST is used to force the use of the host's tools
# rather than the tools installed by build-harness in the git repo tree.
Expand Down

0 comments on commit 27d1ecc

Please sign in to comment.