From 7edc6c0d896088cb981ea7bf60d929d62c7bb7e7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 May 2021 12:25:20 +0200 Subject: Fix build for ubuntu --- project.conf | 2 ++ 1 file changed, 2 insertions(+) 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"] -- cgit v1.2.3