Format & rename some Nix stuff; Remove custom .envrc use nix stuff in favor of stdlib

This commit is contained in:
Jared Ramirez 2021-05-31 15:40:26 -07:00
parent 8d9f324951
commit 966bb80cdc
5 changed files with 132 additions and 316 deletions

View file

@ -466,8 +466,8 @@ fn link_macos(
"-lc++",
// "-lc++abi",
// "-lunwind", // TODO will eventually need this, see https://github.com/rtfeldman/roc/pull/554#discussion_r496370840
"-framework",
"Security", // This "-framework Security" arg is needed for the `rand` crate in examples/cli
// "-framework", // Uncomment this line & the following ro run the `rand` crate in examples/cli
// "Security",
// Output
"-o",
output_path.to_str().unwrap(), // app