natario1
11/15/2021, 11:11 AMlink*
task runs, it will not pick up the new .a
file - it uses the old one so I get "undefined reference" for the new symbols.
Does anyone know how to fix this? Maybe the lib is being cached by the compiler, I can see it's being included from a random folder /var/folders/c3/wpsp6hfd543bfkmkvjg52df00000gn/T/included6169368207513151226/ . I tried to add the lib file as a task input for link*
, but it's useless because that task actually runs. The problem is the compiler not picking up the new binary.