Skip to content
Snippets Groups Projects
Commit dc3691ec authored by Jack Nagel's avatar Jack Nagel
Browse files

Clean up some concatentation inside interpolation

parent 89692b34
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ module SharedEnvExtension
def ld64
ld64 = Formula.factory('ld64')
self['LD'] = ld64.bin/'ld'
append "LDFLAGS", "-B#{ld64.bin.to_s+"/"}"
append "LDFLAGS", "-B#{ld64.bin}/"
end
def warn_about_non_apple_gcc(gcc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment