8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Wrapper for building with musl.
|
|
#
|
|
# See comments for musl-gcc in this repo.
|
|
|
|
g++ "$@"
|