Navigation Menu

Skip to content

Commit

Permalink
Flip include order so that local LLVM wins
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Jun 4, 2010
1 parent 37f7d38 commit 529664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/vm.rake
Expand Up @@ -200,7 +200,7 @@ if ENV['DEV']
end

def compile_c(obj, src, output_kind="c")
flags = INCLUDES + FLAGS + llvm_flags
flags = llvm_flags + INCLUDES + FLAGS

if CONFIG.compile_with_llvm
flags << "-emit-llvm"
Expand Down

0 comments on commit 529664b

Please sign in to comment.