-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When ThinTargets merged, dynamic link builds for macos broke because of an exception in a scons subst generator. These exceptions in generators are hard to debug because scons hides the exception. Upon closer inspection (adding temporary exception handling to the function, I found that there was type error of when adding to list together. In some cases the item ended up being None type, and could not be added with a list.