mirror of
https://github.com/CrazyRedMachine/popnhax.git
synced 2024-12-11 13:35:59 +01:00
5 lines
107 B
Ruby
5 lines
107 B
Ruby
require 'mkmf'
|
|
find_library('disasm', 'x86_init', "/usr/local/lib", "../..")
|
|
create_makefile('x86disasm')
|
|
|