From b1860b675c3be3433bc370b4d53480722d529b95 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 May 2021 12:25:49 +0200 Subject: Fix build for ubuntu, add ubuntu path for cjk fonts --- project.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 0ef12d7..1a3d734 100644 --- a/project.conf +++ b/project.conf @@ -4,8 +4,10 @@ type = "executable" version = "1.0.0" platforms = ["posix"] +[config] +# Ubuntu requires this +include_dirs = ["/usr/include/tidy"] # This needs to be commented out for now because rapidjson depends on undefined behavior according to gcc... -#[config] #error_on_warning = "true" [lang.cpp] -- cgit v1.2.3