mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 14:30:31 +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
|
fi
|
||||||
|
|
||||||
SETUP_FLAGS=(-c "$CONFIGURATION" -o "$OUT")
|
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
|
if [[ "$SHARED_COMPILATION" -eq 0 ]]; then
|
||||||
BUILD_FLAGS+=('/p:UseSharedCompilation=false')
|
BUILD_FLAGS+=('/p:UseSharedCompilation=false')
|
||||||
|
|||||||
Reference in New Issue
Block a user