Browse Source

Missing symbols in carla-host-plugin

Fixes #1251
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
0c5addb4b8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/plugin/Makefile

+ 2
- 1
source/plugin/Makefile View File

@@ -258,7 +258,8 @@ debug:
$(BINDIR)/libcarla_host-plugin$(LIB_EXT): $(OBJDIR)/carla-host-plugin.cpp.o $(OBJDIR)/carla-native-plugin.cpp.o $(LIBS)
-@mkdir -p $(BINDIR)
@echo "Linking libcarla-host-plugin$(LIB_EXT)"
@$(CXX) $< $(LIBS_START) $(LIBS) $(LIBS_END) $(SHARED) $(NATIVE_LINK_FLAGS) -o $@
@$(CXX) $(OBJDIR)/carla-host-plugin.cpp.o $(OBJDIR)/carla-native-plugin.cpp.o \
$(LIBS_START) $(LIBS) $(LIBS_END) $(SHARED) $(NATIVE_LINK_FLAGS) -o $@

# ---------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save