mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-19 07:50:29 +00:00
Misc
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -78,7 +78,7 @@ if [ "$ASF_UI" -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK /nologo"
|
DOTNET_FLAGS="-c $CONFIGURATION -f $TARGET_FRAMEWORK --nologo"
|
||||||
|
|
||||||
if [ "$SHARED_COMPILATION" -eq 0 ]; then
|
if [ "$SHARED_COMPILATION" -eq 0 ]; then
|
||||||
DOTNET_FLAGS="$DOTNET_FLAGS /p:UseSharedCompilation=false"
|
DOTNET_FLAGS="$DOTNET_FLAGS /p:UseSharedCompilation=false"
|
||||||
|
|||||||
Reference in New Issue
Block a user