Commit 87f860f
authored
Set macOS min OS when passed (#65)
Mojo (really LLVM) defaults to the current major OS version if no min OS
version is passed with the triple. In this case if the linker has a
minimum OS version flag it warns (and potentially produces invalid
binaries). This makes sure we're using the correct version for both
cases.1 parent 6ede244 commit 87f860f
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
71 | 80 | | |
| 81 | + | |
72 | 82 | | |
0 commit comments