File: extconf.rb

package info (click to toggle)
libmusicbrainz-ruby 0.2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 408 kB
  • ctags: 144
  • sloc: ansic: 562; ruby: 286; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
require 'mkmf'

$LD_FLAGS = "-lstdc++ -lm"

have_func('pow', 'math.h') and
# note, this causes problems in cygwin.  any suggestions?
have_library('stdc++', '__cxa_rethrow') and
have_library('musicbrainz', 'mb_Query') and
create_makefile('musicbrainz')