File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ endif ()
5454
5555if (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" )
5959else ()
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" )
6363endif ()
6464
6565set (RS_INCLUDE "${RUST_DIR} /C-Headers" )
You can’t perform that action at this time.
0 commit comments