From 010c044ecafbee34cf071f23450a114c0c520a60 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Sep 2023 13:55:15 +0300 Subject: [PATCH] Adjust the name of the library to match upstream --- .gitignore | 8 ++++---- Build | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"; -- 2.43.0