Fix build.

This commit is contained in:
Pieter-Jan Briers
2019-08-22 20:16:47 +02:00
parent 509497b784
commit 6833ffd19f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;