pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/rust



* On 2019-11-11 at 09:09 GMT, Havard Eidnes wrote:

> -+        if !env::var_os("PKGSRC_HAVE_LIBCPP").is_some() {
> ++    if !env::var_os("PKGSRC_HAVE_LIBCPP").is_some() {
>  +            println!("cargo:rustc-link-lib=gcc_s");
> -+        }
> ++    }

I'm not sure how these tabs have snuck back in, but you need to
convert them back to spaces otherwise the test targets fail.

Thanks for the update, I have a number of people looking forward to
the async/await stuff.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com



Home | Main Index | Thread Index | Old Index