Skip to content

Commit 849a1b5

Browse files
committed
Revise Mac OSX build script
- Mac version of Visual Studio appears to object to the 2019 target (unable to load projects)
1 parent b68c230 commit 849a1b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runprebuild.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fi
9696
# Configuring WhiteCore-Sim
9797
if ! ${VERSIONONLY:=true}; then
9898
echo "Configuring WhiteCore-Sim $ARCH $CONFIG build"
99-
mono ./Prebuild.exe /target vs2019 /targetframework v4_8 /conditionals "LINUX"
99+
mono ./Prebuild.exe /target vs2017 /targetframework v4_8 /conditionals "LINUX"
100100
fi
101101

102102
# Update version info

0 commit comments

Comments
 (0)