Skip to content

Commit cdda4bd

Browse files
committed
sigc++/meson.build: Library name is sigc-3.0
Pointed out by Chun-wei Fan in PR #51.
1 parent d37280e commit cdda4bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sigc++/meson.build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# sigc++
22

3-
# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, install_includedir
3+
# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, sigcxx_api_version,
4+
# install_includedir, sig_rc
45
# Output: source_h_files, sigcxx_dep
56

67
# There are no built source files in libsigc++-3.0.
@@ -84,7 +85,7 @@ if host_machine.system() == 'windows'
8485
endif
8586

8687
extra_include_dirs = ['..']
87-
sigcxx_library = library(sigcxx_pcname,
88+
sigcxx_library = library('sigc-' + sigcxx_api_version,
8889
source_cc_files,
8990
extra_sigc_objects,
9091
version: sigcxx_libversion,

0 commit comments

Comments
 (0)