Skip to content

Commit

Permalink
Fix Nintendo switch compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed Sep 6, 2023
1 parent 48e3e04 commit 0860ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3779,7 +3779,7 @@ bool GetLocalAddresses( CUtlVector< SteamNetworkingIPAddr >* pAddrs )
free( pAddrInfo );
return true;
}
#elif IsPosix() && !IsPlaystation() && !IsAndroid()
#elif IsPosix() && !IsPlaystation() && !IsAndroid() && !IsNintendoSwitch()
bool GetLocalAddresses( CUtlVector< SteamNetworkingIPAddr >* pAddrs )
{
ifaddrs *pMyAddrInfo = NULL;
Expand Down

0 comments on commit 0860ce1

Please sign in to comment.