mirror of https://github.com/mpv-player/mpv
parent
2cc3bc12db
commit
218d9e26d2
|
@ -1756,6 +1756,14 @@ if get_option('cplayer')
|
||||||
executable('mpv', wrapper_sources, c_args: '-municode', link_args: '-municode',
|
executable('mpv', wrapper_sources, c_args: '-municode', link_args: '-municode',
|
||||||
name_suffix: 'com', install: true)
|
name_suffix: 'com', install: true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if darwin
|
||||||
|
osxbundle = find_program(join_paths(tools_directory, 'osxbundle.py'), required: true)
|
||||||
|
custom_target('macos-bundle',
|
||||||
|
output: 'mpv.app',
|
||||||
|
command: [osxbundle, mpv.full_path(), '@SOURCE_ROOT@'],
|
||||||
|
)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('tests')
|
if get_option('tests')
|
||||||
|
|
Loading…
Reference in New Issue