Hello,
is it possible to specify a file name with a wild card? I have a static library that I want my XCode project to link against but
{
"libs": [
"libMyStaticLib-7.0.0.a:<group>"
],
...
but the name changes based on its version. So I would like to define it like this
{
"libs": [
"libMyStaticLib-*:<group>"
],
...
is there a way to do this ?
cheers
Hello,
is it possible to specify a file name with a wild card? I have a static library that I want my XCode project to link against but
but the name changes based on its version. So I would like to define it like this
is there a way to do this ?
cheers