Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pager/282862 to your computer and use it in GitHub Desktop.
Save pager/282862 to your computer and use it in GitHub Desktop.
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