File: extconf.rb

package info (click to toggle)
libmusicbrainz-ruby 0.2.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 296 kB
  • ctags: 47
  • sloc: ansic: 562; ruby: 286; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'mkmf'

$LD_FLAGS = "-lstdc++ -lm"

have_library('m', 'pow') and
have_library('stdc++', '__cxa_rethrow') and
have_library('musicbrainz', 'mb_Query') and
create_makefile('musicbrainz')