Skip to content

Commit 6a5ea10

Browse files
committed
add missing feature flag to real-mode ffi library
ffi/ still needs... much more work
1 parent 016583f commit 6a5ea10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ffi/real_mode/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ yaxpeax-arch = { version = "0.3.1", default-features = false }
1111
[lib]
1212
name = "yaxpeax_x86_ffi_real_mode"
1313
path = "src/lib.rs"
14-
crate-type = ["staticlib"]
14+
crate-type = ["staticlib", "cdylib"]
15+
16+
[features]
17+
default = ["fmt"]
18+
19+
fmt = ["yaxpeax-x86/fmt"]

0 commit comments

Comments
 (0)