3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-12-12 22:11:05 +01:00
popnhax/libdisasm/swig/ruby/extconf.rb

5 lines
107 B
Ruby
Raw Normal View History

2024-06-16 20:44:13 +02:00
require 'mkmf'
find_library('disasm', 'x86_init', "/usr/local/lib", "../..")
create_makefile('x86disasm')