Skip to content

Commit 705671f

Browse files
lucasderraughCykelero
authored andcommitted
Update script to be executable with 10.13 min
1 parent c6f23c3 commit 705671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-xcode.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_DIRECTORY=$(dirname $0)
55
rm -rf "$SCRIPT_DIRECTORY/xcode"
66
mkdir "$SCRIPT_DIRECTORY/xcode"
77

8-
MACOSX_DEPLOYMENT_TARGET=10.10 cmake -S "$SCRIPT_DIRECTORY" -B "$SCRIPT_DIRECTORY/xcode" -G "Xcode"
8+
MACOSX_DEPLOYMENT_TARGET=10.13 cmake -S "$SCRIPT_DIRECTORY" -B "$SCRIPT_DIRECTORY/xcode" -G "Xcode"
99

1010
# We should copy a features.h file
1111
# from ./xcode/src/git2/sys/features.h

0 commit comments

Comments
 (0)