Skip to content

Commit 6d06b1f

Browse files
committed
Bindgen block file arm_neon.h
1 parent 9d3b15c commit 6d06b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phper-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fn main() {
4242
let mut builder = Builder::default()
4343
.header("php_wrapper.c")
4444
.allowlist_file("php_wrapper\\.c")
45+
.blocklist_file("arm_neon\\.h")
4546
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
4647
.blocklist_function("zend_ini_parse_quantity")
4748
// Block the `zend_startup` because it fails checks.

0 commit comments

Comments
 (0)