1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

added missing -p option

This commit is contained in:
digant73 2024-10-16 14:42:32 +02:00 committed by Megamouse
parent 3fa3298a31
commit a66ba27791

View File

@ -68,7 +68,7 @@ download_and_verify()
} }
# Some dependencies install here # Some dependencies install here
[ -d "./build/lib_ext/Release-x64" ] || mkdir "./build/lib_ext/Release-x64" [ -d "./build/lib_ext/Release-x64" ] || mkdir -p "./build/lib_ext/Release-x64"
for url in $DEP_URLS; do for url in $DEP_URLS; do
# Get the filename from the URL and remove query strings (?arg=something). # Get the filename from the URL and remove query strings (?arg=something).