Sha256: e7e962a3993837f9bb3986feabc90f338ed636c059e2b5208fdb0a5d4149154f

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

require 'mkmf'

$CFLAGS = "-ObjC"

dir_config("coreaudio")
if have_framework("CoreAudio") and
   have_framework("AudioToolBox") and
   have_framework("CoreFoundation") and
   have_framework("Cocoa")
  create_makefile("coreaudio/coreaudio_ext")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coreaudio-0.0.1 ext/extconf.rb