mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
a1171e6e81
Co-authored-by: Mira Ressel <mira@parity.io>
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++ "$@"
|