mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Disallow CLAP support with 32-bit yabridge
The cookies won't be able to be stored correctly here, so it's best to just outright prevent this.
This commit is contained in:
@@ -27,6 +27,12 @@ with_system_asio = get_option('system-asio')
|
||||
with_winedbg = get_option('winedbg')
|
||||
with_vst3 = get_option('vst3')
|
||||
|
||||
# Cookies can't be stored correctly when the native host is 32-bit and the
|
||||
# bridged plugin is 64-bit
|
||||
if with_clap and with_32bit_libraries and is_64bit_system
|
||||
error('CLAP support will not work correctly when using 32-bit yabridge libraries together with 64-bit host binaries.')
|
||||
endif
|
||||
|
||||
#
|
||||
# Compiler flags
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user