Eric Monti
unread,Apr 19, 2011, 4:32:28 PM4/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to libdasm
Hi all,
thanks for libdasm. Here's a small patch to get the ruby extension to
play nice with a dynamically compiled library on os x (and others).
Cheers,
-eric
Index: rbdasm/extconf.rb
===================================================================
--- rbdasm/extconf.rb (revision 15)
+++ rbdasm/extconf.rb (working copy)
@@ -1,2 +1,3 @@
require 'mkmf'
+have_library('yara')
create_makefile('dasm')