mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 04:05:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user