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

Commit

Permalink
Browse files Browse the repository at this point in the history
v8: add platform-solaris.cc to gyp build
  • Loading branch information
bnoordhuis committed Sep 12, 2011
1 parent d104e5b commit 77e4abb
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 77e4abb

Please sign in to comment.