Skip to content

Commit 3b8d8e8

Browse files
committed
Fix loader build without liblo
Signed-off-by: falkTX <falktx@falktx.com>
1 parent d21888b commit 3b8d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CardinalPluginContext.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class CardinalBasePlugin : public Plugin {
131131
context(new CardinalPluginContext(this)) {}
132132
~CardinalBasePlugin() override {}
133133

134-
#ifdef HAVE_LIBLO
134+
#if defined(HAVE_LIBLO) && !CARDINAL_VARIANT_LOADER
135135
virtual bool startRemoteServer(const char* port) = 0;
136136
virtual void stopRemoteServer() = 0;
137137
virtual void stepRemoteServer() = 0;

0 commit comments

Comments
 (0)