We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68c230 commit 849a1b5Copy full SHA for 849a1b5
1 file changed
runprebuild.command
@@ -96,7 +96,7 @@ fi
96
# Configuring WhiteCore-Sim
97
if ! ${VERSIONONLY:=true}; then
98
echo "Configuring WhiteCore-Sim $ARCH $CONFIG build"
99
- mono ./Prebuild.exe /target vs2019 /targetframework v4_8 /conditionals "LINUX"
+ mono ./Prebuild.exe /target vs2017 /targetframework v4_8 /conditionals "LINUX"
100
fi
101
102
# Update version info
0 commit comments