Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:cowboyd/therubyracer
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Feb 16, 2010
2 parents 798aa06 + e27445c commit 1ec71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/v8/extconf.rb
Expand Up @@ -13,7 +13,7 @@

$CPPFLAGS += " -Wall" unless $CPPFLAGS.split.include? "-Wall"

CONFIG['LDSHARED'] = '$(CXX) -shared'
CONFIG['LDSHARED'] = '$(CXX) -shared' unless RUBY_PLATFORM =~ /darwin/

create_makefile('v8')

Expand Down

0 comments on commit 1ec71db

Please sign in to comment.