summaryrefslogtreecommitdiff
path: root/content/post
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2020-06-07 16:14:00 +0200
committerChristoph Cullmann <cullmann@kde.org>2020-06-07 16:14:00 +0200
commit30b3253d3c6df7cd4adabb6704ccd88dab5cfea1 (patch)
treea27ce11821b83c537da9e1ae819c8cdbc83ddb10 /content/post
parent793f868cfaee169dc5fe24167d402cd1da90b65e (diff)
add meson stuff
Diffstat (limited to 'content/post')
-rw-r--r--content/post/cmake-meson-compcert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/cmake-meson-compcert.md b/content/post/cmake-meson-compcert.md
index 0f05bf8..371fe27 100644
--- a/content/post/cmake-meson-compcert.md
+++ b/content/post/cmake-meson-compcert.md
@@ -28,7 +28,7 @@ I did assume that the project won't compile & link without adjustments, as CompC
But that it directly ends at the compiler initialization in the build system itself was astonishing.
I searched a bit in the internet and it seems, if I really want to get this working, I actually need to patch Meson itself :/
-(see how to add a new compiler [here](https://github.com/mesonbuild/meson/commit/74602928100394f6129e064f8e0bfe6c9e08c9d2#diff-1eaa302b42bbbba32f1c6d474d08397e)
+(see how to add a new compiler [here](https://github.com/mesonbuild/meson/commit/74602928100394f6129e064f8e0bfe6c9e08c9d2#diff-1eaa302b42bbbba32f1c6d474d08397e))
At least I found no other solution, actually, I found no real solution for the above error message at all and the code looks like you need to manually add compilers anyways.