Added a more concrete Linux exception for Discord RPC

This commit is contained in:
ALLEN-PC\acj30 2022-12-02 19:03:29 -06:00
parent 2fb704a129
commit af6f9fe518
2 changed files with 2 additions and 2 deletions

View File

@ -1261,7 +1261,7 @@ $Project
$ImpLib steam_api $ImpLib steam_api
// Discord integration // Discord integration
$Lib "$LIBPUBLIC\discord-rpc" [$MAPBASE_RPC] $Lib "$LIBPUBLIC\discord-rpc" [$MAPBASE_RPC&&!$LINUXALL]
$Lib $LIBCOMMON/libcrypto [$POSIX] $Lib $LIBCOMMON/libcrypto [$POSIX]

View File

@ -10,7 +10,7 @@ $Configuration
{ {
$PreprocessorDefinitions "$BASE;ASW_PROJECTED_TEXTURES;DYNAMIC_RTT_SHADOWS;GLOWS_ENABLE" $PreprocessorDefinitions "$BASE;ASW_PROJECTED_TEXTURES;DYNAMIC_RTT_SHADOWS;GLOWS_ENABLE"
$PreprocessorDefinitions "$BASE;MAPBASE_RPC;DISCORD_RPC;STEAM_RPC" [$MAPBASE_RPC] $PreprocessorDefinitions "$BASE;MAPBASE_RPC;DISCORD_RPC;STEAM_RPC" [$MAPBASE_RPC&&!$LINUXALL]
$PreprocessorDefinitions "$BASE;MAPBASE_VSCRIPT" [$MAPBASE_VSCRIPT] $PreprocessorDefinitions "$BASE;MAPBASE_VSCRIPT" [$MAPBASE_VSCRIPT]
$PreprocessorDefinitions "$BASE;NEW_RESPONSE_SYSTEM" [$NEW_RESPONSE_SYSTEM] $PreprocessorDefinitions "$BASE;NEW_RESPONSE_SYSTEM" [$NEW_RESPONSE_SYSTEM]
} }