Skip to content

Commit

Permalink
gyp: add support for solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 11, 2012
1 parent db02b9d commit 346216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/libffi/libffi.gyp
Expand Up @@ -95,7 +95,7 @@
'src/x86/darwin64.S',
]
}],
['OS=="linux"', {
['OS=="linux" or OS=="solaris"', {
'sources': [
'src/x86/unix64.S',
'src/x86/sysv.S'
Expand Down

0 comments on commit 346216c

Please sign in to comment.