Skip to content

Commit

Permalink
Fix a typo in extconf.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Sep 16, 2008
1 parent 1366682 commit bbb09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rmmseg/extconf.rb
Expand Up @@ -10,7 +10,7 @@
# end

if RUBY_PLATFORM =~ /darwin/
CONFIG['LDShARED'] = 'g++ -dynamiclib -single_module -flat_namespace -undefined suppress'
CONFIG['LDSHARED'] = 'g++ -dynamiclib -single_module -flat_namespace -undefined suppress'
end

$objs = ['algor.o', 'dict.o', 'memory.o', 'rmmseg.o']
Expand Down

0 comments on commit bbb09fb

Please sign in to comment.