File tree 3 files changed +14
-12
lines changed
3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change
1
+ ./make/prebuild/r3-make-osx -qs make/make.r3
Original file line number Diff line number Diff line change @@ -17,9 +17,22 @@ cmd-actions: [
17
17
18
18
settings: []
19
19
20
+ either system/version/4 = 3 [;Windows
21
+ MV: {move /Y }
22
+ BIN_SUFFIX: %.exe
23
+ LIB_SUFFIX: %.dll
24
+ LS: {dir }
25
+ ][
26
+ MV: {mv -f }
27
+ LS: {ls -la }
28
+ BIN_SUFFIX: %""
29
+ LIB_SUFFIX: %.so
30
+ ]
31
+
20
32
rebol-tool: to-local-file join %prebuild/r3-make switch /default system/version/4 [
21
33
1 [%-amiga ]
22
34
2 [
35
+ LIB_SUFFIX: %.dylib
23
36
append settings [
24
37
"OSX - PPC" [0.2.04 %../build/osx-ppc/ "" ]
25
38
"OSX - Intel" [0.2.05 %../build/osx-intel/ "" ]
@@ -50,18 +63,6 @@ rebol-tool: to-local-file join %prebuild/r3-make switch/default system/version/4
50
63
13 [%-android ]
51
64
][ %"" ]
52
65
53
- either system/version/4 = 3 [;Windows
54
- MV: {move /Y }
55
- BIN_SUFFIX: %.exe
56
- LIB_SUFFIX: %.dll
57
- LS: {dir }
58
- ][
59
- MV: {mv -f }
60
- LS: {ls -la }
61
- BIN_SUFFIX: %""
62
- LIB_SUFFIX: %.so
63
- ]
64
-
65
66
i: 1
66
67
foreach [name data] settings [
67
68
set [OS_ID BUILD_DIR TOOLS] data
You can’t perform that action at this time.
0 commit comments