Skip to content

缺少 libstdc++ 导致构建失败 #1

Description

@PackageInstaller
Image

intel_tex_2 包含编译自 c++ 的目标文件,需要链接 libstdc++,但是缺少这个库的链接
临时修复

fn main() {
    println!("cargo:rustc-link-lib=stdc++");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions