From 3ee4b17d7fb5104578919867c5ea25889e275089 Mon Sep 17 00:00:00 2001 From: Kari Oikarinen Date: Fri, 19 May 2017 11:39:14 +0300 Subject: Replace non-breaking space with a normal one This caused the given ABI for C++ compiler to be invalid. This was usually not harmful, because Qt Creator guessed correctly as a fallback. Change-Id: Ieff4e69d6bd635bbabd0420cf57b61755be381c5 Reviewed-by: Samuli Piippo --- scripts/configure-qtcreator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure-qtcreator.sh b/scripts/configure-qtcreator.sh index 2a43e29..d6e9c07 100755 --- a/scripts/configure-qtcreator.sh +++ b/scripts/configure-qtcreator.sh @@ -122,7 +122,7 @@ ${SDKTOOL} addTC \ --id "ProjectExplorer.ToolChain.Gcc:${BASEID}.g++" \ --name "G++ (${NAME})" \ --path "$(type -p ${CXX})" \ - --abi "${ABI}" \ + --abi "${ABI}" \ --language 2 ${SDKTOOL} addDebugger \ -- cgit v1.2.3-54-g00ecf