scons: Fix python-config parsing by adding strip()
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 13 Apr 2014 14:07:55 +0000 (10:07 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Sun, 13 Apr 2014 14:07:55 +0000 (10:07 -0400)
commitc970c28af17f7e38a1c72ecfed78d14e271588da
treef55580b1539eaf77af0189d520ad0b05f9d9f140
parentca90a54476a45823c627ed2658211b5ca6dc4997
scons: Fix python-config parsing by adding strip()

This patch fixes an issue with the way the python-config path is
parsed, as it caused issues on systems where a newline ended up being
included in the path.
SConstruct