]> git.tdb.fi Git - ext/sigc++-2.0.git/commitdiff
Adjust the name of the library to match upstream master
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Sep 2023 10:55:15 +0000 (13:55 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Sep 2023 10:56:16 +0000 (13:56 +0300)
.gitignore
Build

index 028a0429ff79c666ed676b7f1aa10dcc10f661e8..e1cf80e415b6c34e9b51a27b929c9ece64309a9c 100644 (file)
@@ -1,5 +1,5 @@
 temp/
-/sigc++-2.0.dll
-/sigc++-2.0.lib
-/sigc++-2.0.pdb
-/sigc++-2.0_static.lib
+/sigc-2.0.dll
+/sigc-2.0.lib
+/sigc-2.0.pdb
+/sigc-2.0_static.lib
diff --git a/Build b/Build
index 3f77bf989c612a6160cdfb8500516699c73b17f9..e300c2d792b64a1e94ecea528455c60160632878 100644 (file)
--- a/Build
+++ b/Build
@@ -7,7 +7,7 @@ package "sigc++-2.0"
                standard CXX "c++11";
        };
 
-       library "sigc++-2.0"
+       library "sigc-2.0"
        {
                source "sigc++";
                source "sigc++/adaptors";