summaryrefslogtreecommitdiff
path: root/misc/urbit/files/patch-subprojects_commonmark-legacy_meson.build
blob: aa04b7014e55024ceb02aa05394c1e2bcf14ed22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- subprojects/commonmark-legacy/meson.build.orig	2018-05-29 19:31:53 UTC
+++ subprojects/commonmark-legacy/meson.build
@@ -30,7 +30,6 @@ endif
 lib = static_library('cmark',
 sources: src,
 include_directories : include_dirs,
-version: version,
 c_args : ['-Wall', '-std=c99'])
 
 cmark_dep = declare_dependency(include_directories : include_dirs,