Changes between Initial Version and Version 1 of Ticket #62656, comment 16


Ignore:
Timestamp:
Apr 14, 2021, 5:53:27 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62656, comment 16

    initial v1  
    55git clone https://github.com/rust-lang/cargo.git
    66cd cargo
     7export CARGO_NET_GIT_FETCH_WITH_CLI=true
    78RUSTFLAGS="-C link-args=/opt/local/lib/libMacportsLegacySupport.a" DYLD_FORCE_FLAT_NAMESPACE=1 DYLD_INSERT_LIBRARIES=/opt/local/lib/libMacportsLegacySupport.dylib OPENSSL_DIR=/opt/local cargo build --features curl-sys/force-system-lib-on-osx --verbose
    89cd target