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
use mozangle::egl::ffi as egl; fn main() { let _ = unsafe { egl::eglCreateDeviceANGLE(0, std::ptr::null_mut(), std::ptr::null()) } }
cargo build --target i686-pc-windows-msvc
output:
error LNK2019: 无法解析的外部符号 _eglCreateDeviceANGLE
Does mozangle support i686-pc-windows-msvc target?
mozangle
The text was updated successfully, but these errors were encountered:
What if you use the build-dlls feature?
build-dlls
Sorry, something went wrong.
build-dlls feature doesn't help.
Try the egl feature as well?
egl
I tried egl feature, unfortunately the same error.
No branches or pull requests
output:
Does
mozangle
support i686-pc-windows-msvc target?The text was updated successfully, but these errors were encountered: