summaryrefslogtreecommitdiff
path: root/cpython.morph
blob: 3c2e2f0b8af78fd569d61a398c02d2fa983160dc (plain)
1
2
3
4
5
6
7
8
{
    "name": "cpython",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --enable-shared"
    ]
}