mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
libsteam_api64.so to libsteam_api.so
This commit is contained in:
parent
9d086dbcf6
commit
00bd53f0ec
BIN
Facepunch.Steamworks/libsteam_api.dylib
Normal file
BIN
Facepunch.Steamworks/libsteam_api.dylib
Normal file
Binary file not shown.
BIN
Facepunch.Steamworks/libsteam_api.so
Normal file
BIN
Facepunch.Steamworks/libsteam_api.so
Normal file
Binary file not shown.
@ -71,7 +71,7 @@ public void ToFolder( string folder )
|
|||||||
{
|
{
|
||||||
sb = new StringBuilder();
|
sb = new StringBuilder();
|
||||||
Header();
|
Header();
|
||||||
PlatformClass( "Linux", "libsteam_api64.so", false );
|
PlatformClass( "Linux", "libsteam_api.so", false );
|
||||||
Footer();
|
Footer();
|
||||||
System.IO.File.WriteAllText( $"{folder}SteamNative.Platform.Linux64.cs", sb.ToString() );
|
System.IO.File.WriteAllText( $"{folder}SteamNative.Platform.Linux64.cs", sb.ToString() );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user