From: Mikko Rasa Date: Sat, 9 Sep 2023 18:05:22 +0000 (+0300) Subject: Remove the local include paths X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=5b0f17776ef8f83867364103f125357c6234c805;p=ext%2Fsigc%2B%2B-2.0.git Remove the local include paths They cause builder to not implicitly realize it should install all the headers. --- 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";