summaryrefslogtreecommitdiff
path: root/repo/gcc/libstdc++.xibuild
blob: 3115e0cf708400f967e2e94dc6880d1381d14186 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

DEPS="musl"
DESC="GNU C++ standard library"

package () {
    add_from_main "usr/lib/libstdc++.so*"
}