Created
September 28, 2012 13:54
-
-
Save tychobrailleur/3800001 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/ext/nokogiri/extconf.rb b/ext/nokogiri/extconf.rb | |
index 1cffed6..fb8c778 100644 | |
--- a/ext/nokogiri/extconf.rb | |
+++ b/ext/nokogiri/extconf.rb | |
@@ -70,6 +70,8 @@ else | |
# Then search /usr/local for people that installed from source | |
'/usr/local/lib', | |
+ '/usr/lib/x86_64-linux-gnu', | |
+ | |
# Check the ruby install locations | |
LIBDIR, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment