Browse Source

package: apple: remove config.h include for static modules list generation

config.h isn't actually needed to create static modules list for darwin platforms and its inclusion actually caused build issues with VLCKit
pull/162/head
Maxime Chapelet 3 years ago
committed by Steve Lhomme
parent
commit
b2af1a26e4
  1. 1
      extras/package/apple/build.sh

1
extras/package/apple/build.sh

@ -423,7 +423,6 @@ gen_vlc_static_module_list()
done
printf "\
#include \"config.h\"\\n\
#include <vlc_common.h>\\n\
#include <vlc_plugin.h>\\n\
%b\\n\

Loading…
Cancel
Save