Makes our favourite example of escaping even more awesome.

Codeblocks 12.11 requires an additional $ sign. This will break 10.05
and I haven't tested it with 13.12 or on other systems than Ubuntu.

This was SVN commit r14748.
This commit is contained in:
Yves 2014-02-13 15:21:14 +00:00
parent a921c5c2fb
commit 581c7635e1

View File

@ -370,7 +370,7 @@ function project_set_build_flags()
if _ACTION == "gmake" then
linkoptions { "-Wl,-rpath,'$$ORIGIN'" }
elseif _ACTION == "codeblocks" then
linkoptions { "-Wl,-R\\\\$$ORIGIN" }
linkoptions { "-Wl,-R\\\\$$$ORIGIN" }
end
end
end