Skip to content

Commit

Permalink
add arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fayep authored and rvagg committed Jun 15, 2016
1 parent 7f26458 commit 8e103eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
}
}
],
[
'target_arch=="arm64"', {
'variables': {
'openssl_config_path': '<(nodedir)/deps/openssl/config/aarch64'
}
},
],
[
'target_arch=="ppc64"', {
'variables': {
Expand Down

0 comments on commit 8e103eb

Please sign in to comment.