Skip to content

Commit

Permalink
build: add missing openssl_fips% to common.gypi
Browse files Browse the repository at this point in the history
See: atom/node@cba512d

PR-URL: #5919
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
  • Loading branch information
indutny authored and evanlucas committed Mar 31, 2016
1 parent 5681ffe commit 5ee5fa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
'node_tag%': '',
'uv_library%': 'static_library',

'openssl_fips%': '',

# Default to -O0 for debug builds.
'v8_optimized_debug%': 0,

Expand Down

0 comments on commit 5ee5fa2

Please sign in to comment.