diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-22 12:25:20 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-22 12:25:20 +0200 |
commit | 7edc6c0d896088cb981ea7bf60d929d62c7bb7e7 (patch) | |
tree | 62c9471f75ae690003f3d5822571a769b14c1416 | |
parent | 3408efcc9d379d8ce8eb8c29db327e436ee5adb6 (diff) |
Fix build for ubuntu
-rw-r--r-- | project.conf | 2 |
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"] |