Commit c217f59
1 parent a1748f7 commit c217f59
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
305 |
| - | |
| 304 | + | |
| 305 | + | |
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
|
1 parent a1748f7 commit c217f59
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
305 |
| - | |
| 304 | + | |
| 305 | + | |
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
|
3 commit comments
copumpkin commentedon May 6, 2017
For reference, https://github.com/tpoechtrager/cctools-port/blob/895-ld64-274.2/cctools/ld64/src/ld/Options.cpp#L5051-L5066 is the snippet that fails.
matthewbauer commentedon May 6, 2017
Awesome that this if fixed!
I do hate how many "10.10"s we have barcoded everywhere. Perhaps the new "platform" stuff will give us something "targetPlatform.osVersion"?
copumpkin commentedon May 6, 2017
I should really have referred to the environment variable, which I think we do set in the stdenv. Whoops 😄
I guess we can do a search and replace. I don't know anything much about the new platform stuff