From 5b0f17776ef8f83867364103f125357c6234c805 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 9 Sep 2023 21:05:22 +0300 Subject: [PATCH] Remove the local include paths They cause builder to not implicitly realize it should install all the headers. --- Build | 2 -- 1 file changed, 2 deletions(-) diff --git a/Build b/Build index f54114a..a1f8964 100644 --- a/Build +++ b/Build @@ -2,8 +2,6 @@ package "sigc++-2.0" { build_info { - incpath "."; - incpath "untracked"; define "SIGC_BUILD" "1"; define "_WINDLL" "1"; standard CXX "c++11"; -- 2.43.0