fix(standard-compositions): removed print statements which fail on gcc builds
also update rpaths in pc
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# *********************************************************************** #
|
||||
project('libcomposition', 'cpp', version: 'v2.4.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
project('libcomposition', 'cpp', version: 'v2.4.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||
|
||||
# Add default visibility for all C++ targets
|
||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||
@@ -50,8 +50,8 @@ if get_option('pkg_config')
|
||||
name: 'libcomposition',
|
||||
description: 'Composition module for SERiF and related projects',
|
||||
version: meson.project_version(),
|
||||
libraries: [libcomposition],
|
||||
libraries: [libcomposition, '-Wl,-rpath,${libdir}'],
|
||||
filebase: 'fourdst_composition',
|
||||
install_dir: join_paths(get_option('libdir'), 'pkgconfig')
|
||||
)
|
||||
endif
|
||||
endif
|
||||
Reference in New Issue
Block a user