Skip to content

Instantly share code, notes, and snippets.

@tychobrailleur
Created September 28, 2012 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tychobrailleur/3800001 to your computer and use it in GitHub Desktop.
Save tychobrailleur/3800001 to your computer and use it in GitHub Desktop.
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