mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Fix unterminated quoted string in bootstrapping script. (#4946)
This commit is contained in:
parent
13d1231ad4
commit
42fd0c982a
@ -181,7 +181,7 @@ selectCXX()
|
||||
gccversion="$(extractStringBetweenDelimiters "$gccversion" "gcc version " ".")"
|
||||
if [ "$gccversion" -lt "6" ]; then
|
||||
echo "CXX ($CXX) is too old; please install a newer compiler such as g++-7."
|
||||
echo "On Ubuntu try the following:
|
||||
echo "On Ubuntu try the following:"
|
||||
echo "sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y"
|
||||
echo "sudo apt-get update -y"
|
||||
echo "sudo apt-get install g++-7 -y"
|
||||
|
Loading…
x
Reference in New Issue
Block a user