mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: ios: call mkdir -p to not error out if the directory already exists (thanks, @ksagaming)
This commit is contained in:
@@ -12,7 +12,7 @@ else
|
||||
git clone --recursive https://github.com/FWGS/hlsdk-portable -b "$1" "$MODPATH"
|
||||
fi
|
||||
|
||||
mkdir ../../build/ios || exit 1
|
||||
mkdir -p ../../build/ios || exit 1
|
||||
IOSDIR=$(realpath ../../build/ios)
|
||||
cd "$MODPATH" || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user