summaryrefslogtreecommitdiff
path: root/repo/devel/clang.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-06 22:34:39 +0000
committerdavidovski <david@davidovski.xyz>2022-03-06 22:34:39 +0000
commit3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (patch)
tree61c86a7d065c0e15519ce810636b42197ce3f2c1 /repo/devel/clang.xibuild
parent75e7bb9c72d562d397f9fb62072ab114cfbc6244 (diff)
added patches for rustc
Diffstat (limited to 'repo/devel/clang.xibuild')
-rw-r--r--repo/devel/clang.xibuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/devel/clang.xibuild b/repo/devel/clang.xibuild
index c729c9a..8b9c9b0 100644
--- a/repo/devel/clang.xibuild
+++ b/repo/devel/clang.xibuild
@@ -1,6 +1,6 @@
#!/bin/sh
-MAKEDEPS="cmake llvm libxml2 ninja python3"
+MAKEDEPS="cmake llvm libxml2 ninja python3 python-markupsafe"
DEPS="curl gcc libssh2 openssl"
PKG_VER=13.0.1
@@ -27,7 +27,6 @@ build () {
python_version=$(python3 -V | sed 's/.*\([0-9]\{1,\}\.[0-9]\{1,\}\)\..*/\1/')
-
cmake .. -G Ninja -Wno-dev \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE_INIT="$CFLAGS -O2" \