Skip to content

Commit

Permalink
libcarla_frontend is needed in plugin packaging too
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 5, 2023
1 parent ccfeceb commit 759b414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ _CARLA_HOST_FILES = \
carla-bridge-lv2-gtk3$(APP_EXT) \
carla-bridge-native$(APP_EXT) \
carla-discovery-native$(APP_EXT) \
libcarla_frontend$(LIB_EXT) \
libcarla_utils$(LIB_EXT) \
$(_PLUGIN_UIS:%=resources/%$(APP_EXT))

Expand Down Expand Up @@ -96,7 +97,6 @@ _CARLA_APP_FILES = \
$(_QT5_DLLS) \
$(_QT5_PLUGINS) \
$(_THEME_FILES) \
libcarla_frontend$(LIB_EXT) \
resources/lib

ifneq ($(EMBED_TARGET),true)
Expand Down

0 comments on commit 759b414

Please sign in to comment.