Merge branch 'dk/ci-rust-fix'
Build fix. * dk/ci-rust-fix: rust: build correctly without GNU sedmaint
commit
b006b84119
|
|
@ -26,7 +26,7 @@ then
|
|||
exit $RET
|
||||
fi
|
||||
|
||||
case "$(cargo -vV | sed -s 's/^host: \(.*\)$/\1/')" in
|
||||
case "$(cargo -vV | sed -n 's/^host: \(.*\)$/\1/p')" in
|
||||
*-windows-*)
|
||||
LIBNAME=gitcore.lib;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue