[runtime] Move eglib into mono/eglib so it becomes a convenience library similar...
[mono.git] / tools / offsets-tool / MonoAotOffsetsDumper.cs
index dc474a2e0d83fe74aa8c7892419e2a16f1880646..517cdbd0de4b786cb714fbd70a3de33f3d9eb366 100644 (file)
@@ -361,11 +361,11 @@ namespace CppSharp
             var includeDirs = new[]
             {
                 targetBuild,
-                Path.Combine(targetBuild, "eglib", "src"),
+                Path.Combine(targetBuild, "mono", "eglib"),
                 MonoDir,
                 Path.Combine(MonoDir, "mono"),
                 Path.Combine(MonoDir, "mono", "mini"),
-                Path.Combine(MonoDir, "eglib", "src")
+                Path.Combine(MonoDir, "mono", "eglib")
             };
 
             foreach (var inc in includeDirs)