solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

rc: Use exported flag variables rather than macros #40

Closed sunnyflunk closed 6 years ago

sunnyflunk commented 6 years ago

Currently we are unable to override flags in most builds (other than those using autotools), making it a bit inflexible. This changes build flag options to utilise the exported variable so it can be overriden in the package.yml.

Signed-off-by: Peter O'Connor peter@solus-project.com

ikeydoherty commented 6 years ago

Much easier to work with - ty!