summaryrefslogtreecommitdiffstats
path: root/generated/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'generated/meson.build')
-rw-r--r--generated/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/generated/meson.build b/generated/meson.build
index fe3e78c47f..d240da4938 100644
--- a/generated/meson.build
+++ b/generated/meson.build
@@ -19,7 +19,6 @@ sources += [ebml_defs, ebml_types, version_h]
# Meson doesn't allow having multiple build targets with the same name in the same file.
# Just generate the com in here for windows builds.
if win32 and get_option('cplayer')
- features += 'win32-executable'
wrapper_sources= '../osdep/win32-console-wrapper.c'
executable('mpv', wrapper_sources, c_args: '-municode', link_args: '-municode',
name_suffix: 'com', install: true)