mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Update cc.sh
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -45,7 +45,7 @@ if [[ ! -f "$SOLUTION" ]]; then
|
||||
fi
|
||||
|
||||
SETUP_FLAGS=(-c "$CONFIGURATION" -o "$OUT")
|
||||
BUILD_FLAGS=(--no-restore '/nologo' '/p:LinkDuringPublish=false')
|
||||
BUILD_FLAGS=(--no-restore '/nologo')
|
||||
|
||||
if [[ "$SHARED_COMPILATION" -eq 0 ]]; then
|
||||
BUILD_FLAGS+=('/p:UseSharedCompilation=false')
|
||||
|
||||
Reference in New Issue
Block a user