Commit bc8d560
committed
Fix Mac build to use UnixName Custom Build Task
_system_name and _system_type are not available by default in the
environment. Use new UnixName Custom Build Task to conditionally
build Mac unit tests instead of depending on _system_name.
Define new build/platform.targets that can be used to create
system-specific definitions for conditional compilation.1 parent fe95500 commit bc8d560
File tree
4 files changed
+40
-26
lines changed- Palaso.Tests
- PlatformUtilities
- build
4 files changed
+40
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 201 | | |
205 | 202 | | |
206 | 203 | | |
| |||
346 | 343 | | |
347 | 344 | | |
348 | 345 | | |
| 346 | + | |
349 | 347 | | |
350 | 348 | | |
351 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 7 | | |
27 | 8 | | |
28 | 9 | | |
| |||
56 | 37 | | |
57 | 38 | | |
58 | 39 | | |
59 | | - | |
| 40 | + | |
60 | 41 | | |
61 | 42 | | |
62 | 43 | | |
| |||
78 | 59 | | |
79 | 60 | | |
80 | 61 | | |
81 | | - | |
| 62 | + | |
82 | 63 | | |
83 | 64 | | |
84 | 65 | | |
| |||
100 | 81 | | |
101 | 82 | | |
102 | 83 | | |
103 | | - | |
| 84 | + | |
104 | 85 | | |
105 | 86 | | |
106 | 87 | | |
| |||
122 | 103 | | |
123 | 104 | | |
124 | 105 | | |
125 | | - | |
| 106 | + | |
126 | 107 | | |
127 | 108 | | |
128 | 109 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments