1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 18:06:18 +00:00
mpv/TOOLS/osxbundle/meson.build
Kacper Michajłow 71f2220991 meson: use relative file paths for file2string
This fixes "Generated from" comments to not include local source path in
generated files.
2024-09-21 23:39:10 +02:00

7 lines
231 B
Meson

osxbundle = custom_target('osxbundle',
input: join_paths('mpv.app', 'Contents', 'Resources', 'icon.icns'),
output: 'icon.icns.inc',
command: [file2string, '@INPUT@', '@OUTPUT@', '@SOURCE_ROOT@'],
)
sources += osxbundle