-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
cross build fail:icupkg exec format error(on linux for android) #11931
Comments
|
@nodejs/build Should this remain open? I know we don't support Android but I also think we have some Android build instructions so... |
This patch might help. diff --git a/android-configure b/android-configure
index 59f0a40c1a..45b76d834e 100755
--- a/android-configure
+++ b/android-configure
@@ -72,6 +72,7 @@ export GYP_DEFINES
if [ -f "configure" ]; then
./configure \
+ --cross-compiling \
--dest-cpu=$DEST_CPU \
--dest-os=android \
--without-snapshot \ |
@bnoordhuis |
Okay, noted. I'll close this out then; Android is self-support. If you manage to get it working, send a pull request our way. |
@bnoordhuis |
The text was updated successfully, but these errors were encountered: