Skip to content

Commit

Permalink
Merge pull request #3 from gwww/patch-1
Browse files Browse the repository at this point in the history
Update extconf.rb
  • Loading branch information
ferrous26 committed Mar 28, 2016
2 parents 64142c9 + 1833650 commit 1dc2094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/key_coder/extconf.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'mkmf' require 'mkmf'


$CFLAGS << ' -std=c99 -Wall -Werror -ObjC' $CFLAGS << ' -Wall -Werror -ObjC'
$LIBS << ' -framework Cocoa -framework Carbon -framework ApplicationServices' $LIBS << ' -framework Cocoa -framework Carbon -framework ApplicationServices'


if RUBY_ENGINE == 'macruby' if RUBY_ENGINE == 'macruby'
Expand Down

0 comments on commit 1dc2094

Please sign in to comment.