Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for https://github.com/nodejs/node-gyp/issues/2750 #23

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

nsavoire
Copy link
Contributor

Without this workaround node18 fails to generate prebuilds for node versions < 18 with: gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp

Without this workaround node18 fails to generate prebuilds for node versions < 18 with:
gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
@nsavoire nsavoire requested a review from a team as a code owner February 17, 2023 17:10
@nsavoire nsavoire changed the title Fix for https://github.com/nodejs/node-gyp/issues/2750 Workaround for https://github.com/nodejs/node-gyp/issues/2750 Feb 17, 2023
@nsavoire nsavoire requested a review from rochdev February 17, 2023 17:18
@nsavoire nsavoire merged commit 98d7c56 into main Feb 20, 2023
@nsavoire nsavoire deleted the nsavoire/fix_node_gyp branch February 20, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants