Skip to content

Commit

Permalink
Fixed LLVMConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Nov 26, 2013
1 parent 1f7bffc commit ca6ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/crystal/codegen/llvm_config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Crystal
end

def lib_dir
@bin_dir ||= Program.exec "#{llvm_config} --libdir"
@lib_dir ||= Program.exec "#{llvm_config} --libdir"
end
end
end

0 comments on commit ca6ba25

Please sign in to comment.