mahoro.git  about / heads / tags
Ruby interface to libmagic
blob 070901637104cdc81a71c41055f616ec4d14e871 198 bytes (raw)
$ git show HEAD:ext/mahoro/extconf.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
require 'mkmf'

dir_config('magic')
have_library('magic', 'magic_open')
have_func('rb_thread_call_without_gvl')
have_func('rb_thread_blocking_region')
create_makefile('mahoro')

# arch-tag: extconf

git clone https://yhbt.net/mahoro.git