Closed BlackDex closed 5 months ago
During some testing it appeared that the buildtime_bindgen feature still generates a panic even though it shouldn't when generating bindings for non x86_64 architectures.
buildtime_bindgen
Adding an extra cfg check to prevent this error.
cfg
During some testing it appeared that the
buildtime_bindgen
feature still generates a panic even though it shouldn't when generating bindings for non x86_64 architectures.Adding an extra
cfg
check to prevent this error.