mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
added missing -p option
This commit is contained in:
parent
a019567eb7
commit
6a72f503e8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ download_and_verify()
|
|||
}
|
||||
|
||||
# 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
|
||||
# Get the filename from the URL and remove query strings (?arg=something).
|
||||
|
|
Loading…
Add table
Reference in a new issue