win10 系统
rust 1.75
构建sample时错误:
error: unsupported output in build script of sample v0.1.0 (C:\Users\**\Downloads\thunk-master\sample): cargo::rustc-link-search=C:\Users\**\scoop\apps\vc-ltl5\current\TargetPlatform/5.1.2600.0/lib/Win32
解决方法:
把所有cargo::替换成cargo:后正常
win10 系统
rust 1.75
构建sample时错误:
error: unsupported output in build script of
sample v0.1.0 (C:\Users\**\Downloads\thunk-master\sample):cargo::rustc-link-search=C:\Users\**\scoop\apps\vc-ltl5\current\TargetPlatform/5.1.2600.0/lib/Win32解决方法:
把所有cargo::替换成cargo:后正常