Skip to content

Commit 66b6096

Browse files
committed
Fix MacOS build failed
1 parent 3a7e236 commit 66b6096

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phper-sys/build.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ fn main() {
4848
.blocklist_function("zend_startup")
4949
// Block the `zend_random_bytes_insecure` because it fails checks.
5050
.blocklist_item("zend_random_bytes_insecure")
51+
.blocklist_type("float32x1_t")
52+
.blocklist_type("float32x2_t")
53+
.blocklist_type("float32x4_t")
54+
.blocklist_type("float64x1_t")
55+
.blocklist_type("float64x2_t")
56+
.blocklist_type("float64x4_t")
5157
.clang_args(&includes)
5258
.derive_default(true);
5359

0 commit comments

Comments
 (0)