Skip to content

Commit

Permalink
Fix MacOS build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jan 8, 2025
1 parent 3a7e236 commit 66b6096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phper-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ fn main() {
.blocklist_function("zend_startup")
// Block the `zend_random_bytes_insecure` because it fails checks.
.blocklist_item("zend_random_bytes_insecure")
.blocklist_type("float32x1_t")
.blocklist_type("float32x2_t")
.blocklist_type("float32x4_t")
.blocklist_type("float64x1_t")
.blocklist_type("float64x2_t")
.blocklist_type("float64x4_t")
.clang_args(&includes)
.derive_default(true);

Expand Down

0 comments on commit 66b6096

Please sign in to comment.