yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Add DESTDIR support to Makefile #1442

Open ryandesign opened 4 months ago

ryandesign commented 4 months ago

Please support the use of the DESTDIR variable in your Makefile.

yonaskolb commented 2 months ago

I did not know that was a convention. Does the existing PREFIX variable meet your needs? The current default is PREFIX = /usr/local.

Happy for a PR that makes it play nicer

ryandesign commented 2 months ago

No, DESTDIR is different from PREFIX.