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
I try to complie iconv. host:x86_64 ubuntu target:ia32 win32 cross complie:i686-w64-mingw32-gcc myScript:
cross=i686-w64-mingw32- export AR=$cross"ar" export CC=$cross"gcc" export CXX=$cross"g++" export LINK=$cross"g++" export GYP_CROSSCOMPILE=1 export GYP_DEFINES="OS=win32" m=(iconv) for i in ${m[*]}; do cd node_modules/$i cnpm run-script install --target_platform="win32" --target_arch="ia32" cd ../../ done
but faild.
The text was updated successfully, but these errors were encountered:
Allow setting request's ciphers option
a5efde5
Allows for fix of atom/apm nodejs#647
Moving to #829, see also #829 (comment)
Sorry, something went wrong.
No branches or pull requests
I try to complie iconv.
host:x86_64 ubuntu
target:ia32 win32
cross complie:i686-w64-mingw32-gcc
myScript:
but faild.
The text was updated successfully, but these errors were encountered: