devernay / xcodelegacy

Legacy components for XCode 4-12 (deprecated compilers and Mac OS X SDKs)
https://github.com/devernay/xcodelegacy
470 stars 63 forks source link

Intermediate `as` shell script fixes #44

Closed inspector-g closed 6 years ago

inspector-g commented 6 years ago

Hello, long-time no-see :)

The intermediate as shell script (that I wrote originally and whose sole job is to strip "bad" arguments given to legacy as programs) had a simple typo in it and was also stripping any arguments past the "-arch" argument errantly (due to the way the loop was configured). Both issues fixed in this pull request.

devernay commented 6 years ago

thanks!