Skip to content

Commit

Permalink
Add openssl_fips variable to fix building for ABI levels different fr…
Browse files Browse the repository at this point in the history
…om current

i.e. building for node 16 on node 18

See nodejs/node-gyp#2534
  • Loading branch information
dhritzkiv authored Oct 7, 2022
1 parent 7aecc22 commit 368d442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/angle.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'angle_enable_gl%': 1,
}],
],
'openssl_fips' : '',
},


Expand Down

0 comments on commit 368d442

Please sign in to comment.