ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

pkg-config/CustomPkg flags aren't passed to additionals #1000

Open refi64 opened 8 years ago

refi64 commented 8 years ago

e.g. given the following xyz.use:

...
CustomPkg: my-config
Additionals: x.c

when Rock compiles x.c, it will NOT pass the result of pkg-config --cflags.

marcusnaslund commented 8 years ago

GitHub ID #1000, congrats. :)

alexnask commented 8 years ago

Oh, so Additionals overwrites the CustomPkg additionals.
Will take a look later today, thanks for the report!