mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
update comment
parent
8037cc3ee5
commit
ed8d78e35f
@ -72,7 +72,7 @@ If using macOS, you may need to include the following to properly use nix's clan
|
||||
|
||||
```nix
|
||||
shellHook = with pkgs.llvmPackages_13; ''
|
||||
export CPATH="${clang}" # Use libcxx's stdlib
|
||||
export CPATH="${clang}" # Use clang's stdlib
|
||||
export LDFLAGS="-stdlib=libc++ -lc++abi" # Link against the stdlib
|
||||
'';
|
||||
```
|
Loading…
Reference in New Issue
Block a user