Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 951143 | Differences between
and this patch

Collapse All | Expand All

(-)a/build.zig (-4 / +1 lines)
Lines 889-898 fn addCxxKnownPath( Link Here
889
        }
889
        }
890
        return error.RequiredLibraryNotFound;
890
        return error.RequiredLibraryNotFound;
891
    }
891
    }
892
    // By default, explicit library paths are not checked for being linker scripts,
892
    exe.allow_so_scripts = false;
893
    // but libc++ may very well be one, so force all inputs to be checked when passing
894
    // an explicit path to libc++.
895
    exe.allow_so_scripts = true;
896
    exe.root_module.addObjectFile(.{ .cwd_relative = path_unpadded });
893
    exe.root_module.addObjectFile(.{ .cwd_relative = path_unpadded });
897
894
898
    // TODO a way to integrate with system c++ include files here
895
    // TODO a way to integrate with system c++ include files here

Return to bug 951143