Created
January 21, 2010 15:08
-
-
Save pager/282862 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0389607546c438ea941f855212f19bb8716c2bcf Mon Sep 17 00:00:00 2001 | |
From: Dmitriy Timokhin <[email protected]> | |
Date: Thu, 21 Jan 2010 18:07:13 +0300 | |
Subject: [PATCH] Really use llvm-config flags when building with system LLVM | |
--- | |
configure | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/configure b/configure | |
index d51c355..f522a57 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -319,7 +319,7 @@ class Configure | |
puts "too old of a version" | |
else | |
puts "found! (version #{version})" | |
- @llvm_configure = which | |
+ @llvm_configure = config | |
@llvm = :config | |
return true | |
end | |
-- | |
1.6.6.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment