mirror of https://github.com/mpv-player/mpv
Revert "osdep/meson: add libplacebo include dir to swift compile"
This is not needed since we removed the libplacebo wrap not too long
after this commit.
This reverts commit 4de76ce87a
.
This commit is contained in:
parent
7cca2a304e
commit
b9d392ecd9
|
@ -25,9 +25,7 @@ swift_flags += extra_flags
|
|||
swift_compile = [swift_prog, swift_flags, '-module-name', 'macOS_swift',
|
||||
'-emit-module-path', '@OUTPUT0@', '-import-objc-header', bridge,
|
||||
'-emit-objc-header-path', '@OUTPUT1@', '-o', '@OUTPUT2@',
|
||||
'@INPUT@', '-I.', '-I' + source_root,
|
||||
'-I' + libplacebo.get_variable('includedir',
|
||||
default_value: source_root / 'subprojects' / 'libplacebo' / 'src' / 'include')]
|
||||
'@INPUT@', '-I.', '-I' + source_root]
|
||||
|
||||
swift_targets = custom_target('swift_targets',
|
||||
input: swift_sources,
|
||||
|
|
Loading…
Reference in New Issue