File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
macos-5.5 : clean
10
10
@echo
11
11
@echo === Building $@ ===
12
- env DEVELOPER_DIR=/Applications/Xcode_13 .2.1.app xcrun swift build
12
+ env DEVELOPER_DIR=/Applications/Xcode-13 .2.1.app xcrun swift build
13
13
14
14
macos-5.6 : clean
15
15
@echo
16
16
@echo === Building $@ ===
17
- env DEVELOPER_DIR=/Applications/Xcode_13 .4.1.app xcrun swift build
17
+ env DEVELOPER_DIR=/Applications/Xcode-13 .4.1.app xcrun swift build
18
18
19
19
macos-5.7 : clean
20
20
@echo
21
21
@echo === Building $@ ===
22
- env DEVELOPER_DIR=/Applications/Xcode_14 .2.0.app xcrun swift build
22
+ env DEVELOPER_DIR=/Applications/Xcode-14 .2.0.app xcrun swift build
23
23
24
24
linux-5.5 : clean
25
25
@echo
@@ -36,16 +36,16 @@ linux-5.7: clean
36
36
@echo === Building $@ ===
37
37
docker run --rm -v " $( PWD) " :/host -w /host " swift:5.7-focal" swift build
38
38
39
- linux :
39
+ linux : clean \
40
40
linux-5.5 \
41
41
linux-5.6 \
42
42
linux-5.7
43
43
44
- macos :
44
+ macos : clean \
45
45
macos-5.5 \
46
46
macos-5.6 \
47
47
macos-5.7
48
48
49
- all :
49
+ all : clean \
50
50
macos \
51
51
linux
You can’t perform that action at this time.
0 commit comments