diff --git a/build/premake/premake4.lua b/build/premake/premake4.lua index a2b44a518a..f489ff05e0 100644 --- a/build/premake/premake4.lua +++ b/build/premake/premake4.lua @@ -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