From 476cf0e9626805b6bd0fd4f110e113fc9c6092b6 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 4 Nov 2024 15:22:10 -0800 Subject: [PATCH] Remove include subdir --- libstone/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstone/Cargo.toml b/libstone/Cargo.toml index 33811bf0..3ccafdc1 100644 --- a/libstone/Cargo.toml +++ b/libstone/Cargo.toml @@ -21,7 +21,7 @@ cbindgen.workspace = true [package.metadata.capi.header] name = "stone" -subdirectory = "libstone" +subdirectory = false [package.metadata.capi.pkg_config] name = "libstone"