mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Fix a silly bug
This commit is contained in:
@@ -62,7 +62,7 @@ $(DL_DIR)/$(TINYX_SOURCE):
|
||||
|
||||
$(DL_DIR)/cross.def:
|
||||
$(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/cross.def
|
||||
$(SED) 's:arm-uclibc-:arm-linux-uclibc-:g' $(DL_DIR)/cross.def
|
||||
$(SED) 's:arm-uclibc-:$(ARCH)-linux-uclibc-:g' $(DL_DIR)/cross.def
|
||||
|
||||
$(DL_DIR)/host.def:
|
||||
$(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/host.def
|
||||
|
||||
Reference in New Issue
Block a user