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

Commit

Permalink
for linking to be handled by g++
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Feb 16, 2010
1 parent e9d8e2c commit 1024c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/v8/extconf.rb
Expand Up @@ -23,6 +23,8 @@

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

CONFIG['LDSHARED'] = '$(CXX) -shared'

create_makefile('v8')

# now add a few extra targets
Expand Down

0 comments on commit 1024c6e

Please sign in to comment.