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

Commit

Permalink
v8: add platform-solaris.cc to gyp build
Browse files Browse the repository at this point in the history
Re-applies 77e4abb, lost in a V8 upgrade.
  • Loading branch information
bnoordhuis committed Nov 17, 2011
1 parent 2c52cce commit 4f8a0cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps/v8/tools/gyp/v8.gyp
Expand Up @@ -641,6 +641,13 @@
],
}
],
['OS=="solaris"', {
'sources': [
'../../src/platform-solaris.cc',
'../../src/platform-posix.cc'
],
}
],
['OS=="mac"', {
'sources': [
'../../src/platform-macos.cc',
Expand Down

0 comments on commit 4f8a0cd

Please sign in to comment.