diff --git a/runprebuild.sh b/runprebuild.sh index fa7c384c63..5c5baa36a6 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -21,6 +21,7 @@ case "$1" in dotnet bin/prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml echo "dotnet build -c Release OpenSim.sln" > compile.sh chmod +x compile.sh + cp System.Drawing.Common.dll.linux System.Drawing.Common.dll ;;