auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
561 stars 84 forks source link

Allow PREFIX to be set as env var #66

Closed ryandesign closed 3 years ago

ryandesign commented 3 years ago

The Makefile already allowed PREFIX to be set as an argument:

make PREFIX=/foo

With this change, the user could choose to set it using an environment variable instead:

PREFIX=/foo make