]> git.draconx.ca Git - dxcommon.git/commitdiff
Normalize whitespace on detected library flags.
authorNick Bowler <nbowler@draconx.ca>
Fri, 22 Feb 2019 22:48:21 +0000 (17:48 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 23 Feb 2019 16:15:10 +0000 (11:15 -0500)
It seems that pkg-config sometimes spits out a bunch of trailing
whitespace.  This gets into the substituted variables and makes
them a bit annoying to work with.  Add a step to the library helper
which normalizes the spaces: in addition to removing leading and
trailing spaces this will also remove internal spaces, which I
think should be harmless as there does not appear to be any way
for the user to usefully get quoted spaces into these variables.


No differences found