summaryrefslogtreecommitdiff
path: root/pyyaml.morph
diff options
context:
space:
mode:
Diffstat (limited to 'pyyaml.morph')
-rw-r--r--pyyaml.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyyaml.morph b/pyyaml.morph
index f47dd65..3bb6a0e 100644
--- a/pyyaml.morph
+++ b/pyyaml.morph
@@ -2,9 +2,9 @@
"name": "pyyaml",
"kind": "chunk",
"build-commands": [
- "python setup.py build"
+ "python setup.py --without-libyaml build"
],
"install-commands": [
- "python setup.py install --prefix=/usr --root \"$DESTDIR\""
+ "python setup.py --without-libyaml install --prefix=/usr --root \"$DESTDIR\""
]
}