aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-22 12:25:49 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-22 12:25:49 +0200
commitb1860b675c3be3433bc370b4d53480722d529b95 (patch)
treed09228282067014bb318216a6ec6143843dd9eb6 /project.conf
parentebd068ccc32787ac9fc2a2cde9a2e7c1cccb9b07 (diff)
Fix build for ubuntu, add ubuntu path for cjk fonts
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf4
1 files changed, 3 insertions, 1 deletions
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]