Skip to content

Commit

Permalink
Added , for compiler to linker argument passing in ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
waTeim committed Feb 22, 2015
1 parent 248a8ce commit fa6a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/julia-config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function ldflags()
end

function ldlibs()
@unix_only return replace("""-Wl,-rpath $(libDir()) -ljulia""","\\","\\\\");
@unix_only return replace("""-Wl,-rpath,$(libDir()) -ljulia""","\\","\\\\");
@windows_only return replace("""-ljulia""","\\","\\\\");
end

Expand Down

0 comments on commit fa6a5f5

Please sign in to comment.