faithfracture / Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
279 stars 111 forks source link

added quotes so folder path can have spaces #10

Closed mbendiksen closed 7 years ago

mbendiksen commented 7 years ago

Tweak to allow folder path to contain spaces (just added quotes around some variables).

faithfracture commented 7 years ago

While this does work for downloading & extracting the tarball and building for macOS, building fails in the buildBoost_iOS and buildBoost_tvOS stages. Quotes need to be added around the output directory path variables in those functions (lines 543 and 568).

mbendiksen commented 7 years ago

You are correct. I had added quotes around those on my local copy but forgot to resubmit the changes. Done now.