mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Add a CLAP chainloader
The functions it's supposed to load however don't exist yet.
This commit is contained in:
+9
-10
@@ -314,16 +314,15 @@ if with_clap
|
||||
dependencies : clap_plugin_deps,
|
||||
cpp_args : compiler_options,
|
||||
)
|
||||
# TODO: Chainloader
|
||||
# shared_library(
|
||||
# 'yabridge-chainloader-clap',
|
||||
# clap_chainloader_sources,
|
||||
# native : true,
|
||||
# dependencies : chainloader_deps,
|
||||
# cpp_args : compiler_options + chainloader_compiler_options,
|
||||
# # See above
|
||||
# override_options : ['b_lto=true'],
|
||||
# )
|
||||
shared_library(
|
||||
'yabridge-chainloader-clap',
|
||||
clap_chainloader_sources,
|
||||
native : true,
|
||||
dependencies : clap_chainloader_deps,
|
||||
cpp_args : compiler_options + chainloader_compiler_options,
|
||||
# See above
|
||||
override_options : ['b_lto=true'],
|
||||
)
|
||||
endif
|
||||
|
||||
if with_vst3
|
||||
|
||||
Reference in New Issue
Block a user