[Scons-users] bypass string interpolation (quoting)
Jason Kenny
dragon512 at live.com
Fri Jun 10 14:35:17 EDT 2016
Hi,
I set this value in Parts via using env.Literal()
This should allow the value to be left untouched by SCons subst() engine.
Jason
-----Original Message-----
From: Scons-users [mailto:scons-users-bounces at scons.org] On Behalf Of Neal
Becker
Sent: Friday, June 10, 2016 1:20 PM
To: scons-users at scons.org
Subject: [Scons-users] bypass string interpolation (quoting)
I need an environment containing
RPATH=[MKLPATH])
where MKLPATH = '$ORIGIN/...'
currently scons chokes on this, because it tries to expand (interpolate) the
$ORIGIN. I can't figure out how to quote this to bypass the expansion.
_______________________________________________
Scons-users mailing list
Scons-users at scons.org
https://pairlist4.pair.net/mailman/listinfo/scons-users
More information about the Scons-users
mailing list