Skip to content

Commit

Permalink
Pass openssl_fips as a variable to support building older node versio…
Browse files Browse the repository at this point in the history
…ns on newer node versions

See nodejs/node-gyp#2534 and nodejs/node-gyp#2673
for more context on this issue
  • Loading branch information
ewanharris committed Jan 11, 2023
1 parent ab6029f commit 0b2b14d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
'v8_enable_pointer_compression': 'false',
'v8_enable_31bit_smis_on_64bit_arch': 'false',
'mobiledevice_framework_location': '/System/Library/PrivateFrameworks/MobileDevice.framework',
'new_mobiledevice_framework_location': '/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework'
'new_mobiledevice_framework_location': '/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework',
'openssl_fips' : ''
},
'conditions': [
['OS=="mac"', {
Expand Down

0 comments on commit 0b2b14d

Please sign in to comment.