summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-18 22:22:11 +0100
committerder richter <der.richter@gmx.de>2024-03-21 18:33:15 +0100
commit283d0877c470bf10efff390ea8037a819db501a7 (patch)
tree7d14082fe37eff82124710aa56ad380485b0541c /meson.build
parent1d8f28cea7fb8d142a16eb6c9e104c707f2e7d77 (diff)
downloadmpv-283d0877c470bf10efff390ea8037a819db501a7.tar.bz2
mpv-283d0877c470bf10efff390ea8037a819db501a7.tar.xz
mac/type: move c<>swift type bridging into a dedicated type helper
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c2f6966e7e..a149794813 100644
--- a/meson.build
+++ b/meson.build
@@ -1525,6 +1525,7 @@ if features['cocoa'] and features['swift']
'osdep/mac/precise_timer.swift',
'osdep/mac/swift_compat.swift',
'osdep/mac/swift_extensions.swift',
+ 'osdep/mac/type_helper.swift',
'video/out/mac/common.swift',
'video/out/mac/title_bar.swift',
'video/out/mac/view.swift',