From 1ae54cc8cbbc95d8f70246210feee9da11f6f8ae Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 15 Sep 2023 15:00:34 +0900 Subject: [PATCH] Add extern package --- packaging/rust-clap-v2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/rust-clap-v2.spec b/packaging/rust-clap-v2.spec index 489ca1f..bc07d1f 100644 --- a/packaging/rust-clap-v2.spec +++ b/packaging/rust-clap-v2.spec @@ -63,6 +63,7 @@ cp %{SOURCE1} . --cfg='feature="color"' \ --cfg='feature="vec_map"' \ %rust_dylib_extern libc \ + %rust_dylib_extern unicode_width \ ./src/lib.rs # ========================================================== -- 2.34.1