I'm trying to move my build system to Eclipse. I build my apps for ARM and x86.
I use pkg-config with custom path for ARM.
I want to be able to build my app for different platforms.
So, I'm not quite satisfied with per-project pkg-config path. It should be tied
to build configuration, so I could pick one path for ARM builds and another for
x86 builds.
Original issue reported on code.google.com by
yury.lu...@gmail.comon 16 Aug 2012 at 2:01