libsteam_api64.so to libsteam_api.so

This commit is contained in:
Garry Newman 2019-04-11 21:34:52 +01:00
parent 9d086dbcf6
commit 00bd53f0ec
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -71,7 +71,7 @@ public void ToFolder( string folder )
{
sb = new StringBuilder();
Header();
PlatformClass( "Linux", "libsteam_api64.so", false );
PlatformClass( "Linux", "libsteam_api.so", false );
Footer();
System.IO.File.WriteAllText( $"{folder}SteamNative.Platform.Linux64.cs", sb.ToString() );
}