Skip to content

Commit 580d9e9

Browse files
Merge sedsprintf_rs upstream main
2 parents 398902f + 066b09b commit 580d9e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sedsprintf_rs/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ endif ()
5454

5555
if (RUST_TRIPLE STREQUAL "")
5656
# Host build: Cargo outputs target/debug / target/release
57-
set(RS_LIB_DBG "${RUST_DIR}/target/debug/libsedsprintf_rs.a")
58-
set(RS_LIB_REL "${RUST_DIR}/target/release/libsedsprintf_rs.a")
57+
set(RS_LIB_DBG "${RUST_DIR}/target/debug/libsedsprintf_rs_2026.a")
58+
set(RS_LIB_REL "${RUST_DIR}/target/release/libsedsprintf_rslibsedsprintf_rs_2026.a")
5959
else ()
6060
# Cross build: Cargo outputs target/<triple>/debug / target/<triple>/release
61-
set(RS_LIB_DBG "${RUST_DIR}/target/${RUST_TRIPLE}/debug/libsedsprintf_rs.a")
62-
set(RS_LIB_REL "${RUST_DIR}/target/${RUST_TRIPLE}/${RELEASE_PROFILE_DIR}/libsedsprintf_rs.a")
61+
set(RS_LIB_DBG "${RUST_DIR}/target/${RUST_TRIPLE}/debug/libsedsprintf_rs_2026.a")
62+
set(RS_LIB_REL "${RUST_DIR}/target/${RUST_TRIPLE}/${RELEASE_PROFILE_DIR}/libsedsprintf_rs_2026.a")
6363
endif ()
6464

6565
set(RS_INCLUDE "${RUST_DIR}/C-Headers")

0 commit comments

Comments
 (0)