mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix build.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Robust.Shared
|
||||
throw new NotSupportedException();
|
||||
}
|
||||
|
||||
return NativeLibrary.Load(Path.Join(assemblyDir, libName));
|
||||
return NativeLibrary.Load(Path.Combine(assemblyDir, libName));
|
||||
}
|
||||
|
||||
return IntPtr.Zero;
|
||||
|
||||
Reference in New Issue
Block a user