Skip to content

Commit

Permalink
Include Linux path to library
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Stenmark committed Aug 4, 2009
1 parent 1d64b3a commit c63a3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gd2/cgd2.rb
@@ -1,7 +1,7 @@
module CGD2

def self.lib_path
"/opt/local/lib/libgd.2.dylib"
["/opt/local/lib/libgd.2.dylib", '/usr/lib/libgd.so.2']
end
extend FFI::Library
ffi_lib lib_path
Expand Down

0 comments on commit c63a3ac

Please sign in to comment.