mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 21:05:36 +00:00
3 lines
38 B
Bash
Executable File
3 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
clang++ -stdlib=libc++ "$@"
|