This commit is contained in:
JustArchi
2020-02-18 21:24:22 +01:00
parent bb3e0e4054
commit 83060a4ff6

2
cc.sh
View File

@@ -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"