Stinky hacks to make progress on Linux target

This commit is contained in:
Yoshi Askharoun
2026-07-26 00:51:08 -05:00
parent 054237c01a
commit e65399ed8c
7 changed files with 39 additions and 6 deletions
@@ -30,7 +30,12 @@ namespace Microsoft.Iris.CodeModel.Cpp
public static void Startup()
{
DllLoadResultFactory.Startup();
#if WINDOWS
// TODO: Is this necessary if the render engine is implemented in C#?
DllProxyServices.Startup();
#endif
LoadIntrinsicTypeData();
}