Browse Source

bin: avoid running plugin cache generation

It cannot run on mac M1 when compiling for iOS or tvOS. Remove it
since we don't use it anyway.
Alexandre Janniaux 5 years ago
parent
commit
06d3ef1450
  1. 6
      bin/Makefile.am

6
bin/Makefile.am

@ -139,9 +139,9 @@ endif
#
# Plug-ins cache
#
if HAVE_DYNAMIC_PLUGINS
noinst_DATA = ../modules/plugins.dat
endif
#if HAVE_DYNAMIC_PLUGINS
#noinst_DATA = ../modules/plugins.dat
#endif
MOSTLYCLEANFILES = $(noinst_DATA)
if HAVE_OSX

Loading…
Cancel
Save