Skip to content

Commit 6a570e3

Browse files
committed
Update
1 parent 6d06b1f commit 6a570e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phper-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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")
45+
.blocklist_file(r"^.*arm_neon\.h$")
4646
// Block the `zend_ini_parse_quantity` because it's document causes the doc test to fail.
4747
.blocklist_function("zend_ini_parse_quantity")
4848
// Block the `zend_startup` because it fails checks.

0 commit comments

Comments
 (0)