summaryrefslogtreecommitdiff
path: root/cpython.morph
diff options
context:
space:
mode:
Diffstat (limited to 'cpython.morph')
-rw-r--r--cpython.morph13
1 files changed, 5 insertions, 8 deletions
diff --git a/cpython.morph b/cpython.morph
index 3c2e2f0b8a..30f38cb950 100644
--- a/cpython.morph
+++ b/cpython.morph
@@ -1,8 +1,5 @@
-{
- "name": "cpython",
- "kind": "chunk",
- "build-system": "autotools",
- "configure-commands": [
- "./configure --prefix=\"$PREFIX\" --enable-shared"
- ]
-}
+name: cpython
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --enable-shared