Describe the bug
When I switch branches that change proxy_generator, and try to rebuild it, xmake does not detect any of the changes so does not rebuild it. Doing xmake build -r proxy_generator successfully forces it to rebuilt proxy.
To Reproduce
Steps to reproduce the behavior:
Build on old commit on main (i.e. before file-location-changes branch merge)
Build on latest main (i.e. after file-location-changes branch merge)
Branch or Release main
Describe the bug When I switch branches that change proxy_generator, and try to rebuild it, xmake does not detect any of the changes so does not rebuild it. Doing
xmake build -r proxy_generator
successfully forces it to rebuilt proxy.To Reproduce Steps to reproduce the behavior:
Expected behavior It should rebuild proxy gen