mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Migrate SSL-cert setup to libpbd, so the downloader can use it
This commit is contained in:
parent
6918a8a267
commit
4f300b5474
4 changed files with 203 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ libpbd_sources = [
|
|||
'base_ui.cc',
|
||||
'boost_debug.cc',
|
||||
'cartesian.cc',
|
||||
'ccurl.cc',
|
||||
'command.cc',
|
||||
'configuration_variable.cc',
|
||||
'convert.cc',
|
||||
|
|
@ -169,6 +170,7 @@ def build(bld):
|
|||
obj.vnum = LIBPBD_LIB_VERSION
|
||||
obj.install_path = bld.env['LIBDIR']
|
||||
obj.defines += [ 'PACKAGE="' + I18N_PACKAGE + '"' ]
|
||||
obj.defines += [ 'VERSIONSTRING="' + bld.env['VERSION'] + '"' ]
|
||||
|
||||
if sys.platform.startswith('netbsd'):
|
||||
obj.linkflags = '-lexecinfo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue