We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was experimenting with switching from our homemade native module rebuilder system to electron-rebuild when I ran into an issue:
The line of code that's failing:
rebuild/src/sysroot-fetcher.ts
Line 28 in a328ed2
command: npx electron-rebuild -v 21.2.2 --use-electron-clang
npx electron-rebuild -v 21.2.2 --use-electron-clang
versions:
The text was updated successfully, but these errors were encountered:
Looks like this was fixed in #1046 but the version with these changes hasn't been released yet.
Sorry, something went wrong.
No branches or pull requests
Was experimenting with switching from our homemade native module rebuilder system to electron-rebuild when I ran into an issue:
The line of code that's failing:
rebuild/src/sysroot-fetcher.ts
Line 28 in a328ed2
https://github.com/electron/electron/blob/59dd17f2cf0c816a718336d03667e42ca81ca187/script/sysroots.json
command:
npx electron-rebuild -v 21.2.2 --use-electron-clang
versions:
The text was updated successfully, but these errors were encountered: