File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ while [ -n "$*" ]; do
22
22
shift
23
23
shift
24
24
;;
25
- -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
25
+ -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
26
26
# Unsupported options with arg
27
27
shift
28
28
shift
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ while [ -n "$*" ]; do
15
15
shift
16
16
shift
17
17
;;
18
- -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
18
+ -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
19
19
# Unsupported options with arg
20
20
shift
21
21
shift
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ while [ -n "$*" ]; do
17
17
shift
18
18
shift
19
19
;;
20
- -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
20
+ -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
21
21
# Unsupported options with arg
22
22
shift
23
23
shift
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ while [ -n "$*" ]; do
10
10
shift
11
11
shift
12
12
;;
13
- -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
13
+ -isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
14
14
# Unsupported options with arg
15
15
shift
16
16
shift
You can’t perform that action at this time.
0 commit comments