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
Replacing the return with computeLinkerOutputFile doesn't work since the .type property doesn't exist. I don't see where that is supposed to come from and think it got lost during some refactorization?
While compiling SourceMod on windows I noticed funny defines on the commandline:
/DBINARY_NAME="<property object at 0x000002D22AF75940>"
This happens for e.g. the
sourcemod.2.css
or´game.cstrike.ext.2.css
orsdkhooks.ext.2.css
target, all of which use the BuilderProxy class.ambuild/ambuild2/frontend/v2_2/cpp/builders.py
Lines 42 to 44 in 551dd3f
Replacing the return with computeLinkerOutputFile doesn't work since the
.type
property doesn't exist. I don't see where that is supposed to come from and think it got lost during some refactorization?The other implementation in
BinaryBuilder
usesself.type
without ever defining it.ambuild/ambuild2/frontend/v2_2/cpp/builders.py
Lines 405 to 419 in 551dd3f
The text was updated successfully, but these errors were encountered: