aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-22 12:25:20 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-22 12:25:20 +0200
commit7edc6c0d896088cb981ea7bf60d929d62c7bb7e7 (patch)
tree62c9471f75ae690003f3d5822571a769b14c1416
parent3408efcc9d379d8ce8eb8c29db327e436ee5adb6 (diff)
Fix build for ubuntu
-rw-r--r--project.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.conf b/project.conf
index 6f63e20..b6e54f4 100644
--- a/project.conf
+++ b/project.conf
@@ -5,6 +5,8 @@ version = "0.1.0"
platforms = ["any"]
[config]
+# Ubuntu requires this
+include_dirs = ["/usr/include/tidy"]
expose_include_dirs = ["include"]
ignore_dirs = ["test_files"]