Skip to content

Commit

Permalink
add missing feature flag to real-mode ffi library
Browse files Browse the repository at this point in the history
ffi/ still needs... much more work
  • Loading branch information
iximeow committed Jun 24, 2024
1 parent 016583f commit 6a5ea10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ffi/real_mode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ yaxpeax-arch = { version = "0.3.1", default-features = false }
[lib]
name = "yaxpeax_x86_ffi_real_mode"
path = "src/lib.rs"
crate-type = ["staticlib"]
crate-type = ["staticlib", "cdylib"]

[features]
default = ["fmt"]

fmt = ["yaxpeax-x86/fmt"]

0 comments on commit 6a5ea10

Please sign in to comment.