mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Rename both Bridge classes to differentiate
Switching between them became a bit confusing.
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@ include_dir = include_directories('src/include')
|
||||
shared_library(
|
||||
'yabridge',
|
||||
[
|
||||
'src/plugin/bridge.cpp',
|
||||
'src/plugin/host-bridge.cpp',
|
||||
'src/plugin/plugin.cpp',
|
||||
],
|
||||
native : true,
|
||||
@@ -43,7 +43,7 @@ shared_library(
|
||||
executable(
|
||||
'yabridge-host',
|
||||
[
|
||||
'src/wine-host/bridge.cpp',
|
||||
'src/wine-host/plugin-bridge.cpp',
|
||||
'src/wine-host/vst-host.cpp',
|
||||
],
|
||||
native : false,
|
||||
|
||||
Reference in New Issue
Block a user