mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-13 00:41:07 +00:00
Discard xcode-build error when not on an Apple machine
This commit is contained in:
parent
4a3bd8a01f
commit
f8396383c0
@ -134,7 +134,7 @@ fi
|
||||
# These sorts of tricks are a required procedure on Apple's gear:
|
||||
# http://stackoverflow.com/questions/11651773/install-simulator-sdk-4-3-to-xcode-4-4-on-mountain-lion
|
||||
if [ -z "$XCODE_DEVELOPER" ]; then
|
||||
XCODE_DEVELOPER=$(xcode-select -print-path)
|
||||
XCODE_DEVELOPER=$(xcode-select -print-path 2>/dev/null)
|
||||
fi
|
||||
|
||||
if [ ! -d "$XCODE_DEVELOPER" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user