Sha256: fb2bdc94c9b30adecd66fef3209b7b96dfd77068a0ce00499d0d4fed58d08882

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

# Loads mkmf which is used to make makefiles for Ruby extensions
require 'mkmf'

# Give it a name
extension_name = 'maclight'

# The destination
dir_config(extension_name)

$LDFLAGS += ' -framework IOKit -framework CoreFoundation'

# Do the work
create_makefile(extension_name)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maclight-3.0.1 ext/maclight/extconf.rb
maclight-3.0.0 ext/maclight/extconf.rb
maclight-2.0.0 ext/maclight/extconf.rb
maclight-1.0.1 ext/maclight/extconf.rb
maclight-1.0.0 ext/maclight/extconf.rb