You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[roottest] Fix build order for root/tree/address tests
This restores the behaviour of the old Makefile rule:
ConfigRecord_cxx.$(DllSuf): ConfigRecord.cxx ConfigRecord.h sueloader_C.$(DllSuf)
$(BuildWithLib)
which ensured sueloader_C.so was available before linking ConfigRecord_cxx.so.
0 commit comments