Sha256: 9c32134688942486c4c5dd4e940c12a8d5a6a67953dc1f98e7f0de78fd6e52fb

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

if RUBY_VERSION < '1.9.0'
  $LOAD_PATH.unshift(File.dirname(__FILE__))
end

require "mkmf"

# Name your extension
extension_name = 'event_dispatcher'

# Set your target name
dir_config(extension_name)

$LDFLAGS += ' -framework ApplicationServices'

have_header(extension_name)

# Do the work
create_makefile(extension_name)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mac-robot-0.1.0 ext/event_dispatcher/extconf.rb
mac-robot-0.0.2 ext/event_dispatcher/extconf.rb