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
See also Level/leveldown#587 (comment). They must have:
ENV GYP_DEFINES target_arch=arm(64) android_target_arch=arm(64) host_os=linux OS=android.
ENV GYP_DEFINES target_arch=arm(64) android_target_arch=arm(64) host_os=linux OS=android
Note:
GYP_DEFINES=
GYP_DEFINES<space>
OS
target_arch
ARCH
The text was updated successfully, but these errors were encountered:
We might not need target_arch since prebuildify sets it here https://github.com/prebuild/prebuildify/blob/master/index.js#L124
prebuildify
Sorry, something went wrong.
dc3a112 and bd98af3
ralphtheninja
No branches or pull requests
See also Level/leveldown#587 (comment). They must have:
ENV GYP_DEFINES target_arch=arm(64) android_target_arch=arm(64) host_os=linux OS=android
.Note:
GYP_DEFINES=
form, rather thanGYP_DEFINES<space>
OS
must be uppercasetarget_arch
might not be necessary, because we're also passing anARCH
(I didn't test without yet)The text was updated successfully, but these errors were encountered: