]> git.tdb.fi Git - ext/sigc++-2.0.git/commitdiff
Remove the local include paths
authorMikko Rasa <tdb@tdb.fi>
Sat, 9 Sep 2023 18:05:22 +0000 (21:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 9 Sep 2023 18:05:22 +0000 (21:05 +0300)
They cause builder to not implicitly realize it should install all the
headers.

Build

diff --git a/Build b/Build
index f54114a8af8f354bd8974592b7cb6c9d5c3d02c3..a1f8964f2b2f74a32a36b4829f54e97c7df60a72 100644 (file)
--- 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";