From: Mikko Rasa Date: Sat, 16 Sep 2023 10:55:15 +0000 (+0300) Subject: Adjust the name of the library to match upstream X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=HEAD;p=ext%2Fsigc%2B%2B-2.0.git Adjust the name of the library to match upstream --- diff --git a/.gitignore b/.gitignore index 028a042..e1cf80e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 3f77bf9..e300c2d 100644 --- 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";