mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Format & rename some Nix stuff; Remove custom .envrc use nix stuff in favor of stdlib
This commit is contained in:
parent
8d9f324951
commit
966bb80cdc
5 changed files with 132 additions and 316 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue