File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,9 @@ jobs:
194
194
- uses : actions/checkout@v3
195
195
196
196
- name : Install GCC/G++ multilib
197
- run : sudo apt-get install gcc-multilib g++-multilib
197
+ run : |
198
+ sudo apt-get update
199
+ sudo apt-get install gcc-multilib g++-multilib
198
200
199
201
- name : Pick game
200
202
if : inputs.project-group == 'game' || inputs.project-group == 'shaders'
Original file line number Diff line number Diff line change @@ -1261,7 +1261,7 @@ $Project
1261
1261
$ImpLib steam_api
1262
1262
1263
1263
// Discord integration
1264
- $Lib "$LIBPUBLIC\discord-rpc" [$MAPBASE_RPC]
1264
+ $Lib "$LIBPUBLIC\discord-rpc" [$MAPBASE_RPC&&!$LINUXALL ]
1265
1265
1266
1266
$Lib $LIBCOMMON/libcrypto [$POSIX]
1267
1267
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $Configuration
10
10
{
11
11
$PreprocessorDefinitions "$BASE;ASW_PROJECTED_TEXTURES;DYNAMIC_RTT_SHADOWS;GLOWS_ENABLE"
12
12
13
- $PreprocessorDefinitions "$BASE;MAPBASE_RPC;DISCORD_RPC;STEAM_RPC" [$MAPBASE_RPC]
13
+ $PreprocessorDefinitions "$BASE;MAPBASE_RPC;DISCORD_RPC;STEAM_RPC" [$MAPBASE_RPC&&!$LINUXALL ]
14
14
$PreprocessorDefinitions "$BASE;MAPBASE_VSCRIPT" [$MAPBASE_VSCRIPT]
15
15
$PreprocessorDefinitions "$BASE;NEW_RESPONSE_SYSTEM" [$NEW_RESPONSE_SYSTEM]
16
16
}
You can’t perform that action at this time.
0 commit comments