Skip to content

Commit

Permalink
Added a block type for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Nov 26, 2023
1 parent 75466fb commit 021b9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pyxel-platform/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ impl SDL2BindingsBuilder {
.allowlist_type("SDL_.*")
.allowlist_var("SDL_.*")
.allowlist_var("AUDIO_.*")
.blocklist_type("_IMAGE_TLS_DIRECTORY64")
.use_core()
.prepend_enum_name(false)
.clang_arg(format!("--target={}", self.target.clone()))
Expand Down

0 comments on commit 021b9ee

Please sign in to comment.