icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 250 forks source link

Revert Darwin environment creation optimization #511

Closed loganharbour closed 4 years ago

loganharbour commented 4 years ago

Reverts the changes for OS X in 3ac9141, which led to missing dylibs. This doesn't correct the optimization, it removes it entirely so that it works for now.

See #509.

llunak commented 4 years ago

Thank you.