UE4SS-RE / RE-UE4SS

Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games
http://docs.ue4ss.com/
MIT License
1.39k stars 187 forks source link

[BUG - Experimental] xmake detects no change to proxy gen on change #532

Open Buckminsterfullerene02 opened 6 months ago

Buckminsterfullerene02 commented 6 months ago

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:

  1. Build on old commit on main (i.e. before file-location-changes branch merge)
  2. Build on latest main (i.e. after file-location-changes branch merge)
  3. See that it doesn't rebuild proxy gen

Expected behavior It should rebuild proxy gen

bitonality commented 6 months ago

Assign to me pls

narknon commented 6 months ago

I will say that this was a bit annoying on CMake as well.