thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
360 stars 10 forks source link

Fix PLATFORM/SDK_ROOT params #79

Closed tristanlabelle closed 1 year ago

tristanlabelle commented 1 year ago

Looks like from a bad merge? This brings us back in alignment with upstream

tristanlabelle commented 1 year ago

They are suffixed when building installer.wixproj, but they are unsuffixed for individual builds of sdk.wixproj. Also the _ROOT_ROOT here was clearly incorrect. I compared with my green build branch to come up with this changes.