Skip to content

Commit 057703b

Browse files
committed
fix: dowload_dependencies.sh -> download_dependencies.sh
1 parent 7b97cf4 commit 057703b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

common/external_deps/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LWIP := $(PS2SDKSRC)/common/external_deps/lwip
44
all: $(LWIP)
55

66
$(LWIP):
7-
cd $(PS2SDKSRC) && ./dowload_dependencies.sh
7+
cd $(PS2SDKSRC) && ./download_dependencies.sh
88

99
clean:
1010
@$(PRINTF) 'Cleaning PS2SDK dependencies.\n'

0 commit comments

Comments
 (0)