Skip to content

Commit 3d7f0d5

Browse files
ePiratrobUx4
authored andcommitted
meson: reorder subdirs to have bin after modules
This is so that we can use vlc_plugins_targets_array in a future commit in the bin meson.build file.
1 parent 117961f commit 3d7f0d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,12 +1101,12 @@ subdir('src')
11011101
# LibVLC
11021102
subdir('lib')
11031103

1104-
# VLC binaries
1105-
subdir('bin')
1106-
11071104
# VLC plugins
11081105
subdir('modules')
11091106

1107+
# VLC binaries
1108+
subdir('bin')
1109+
11101110
# Generate config.h
11111111
configure_file(input: 'config.h.meson',
11121112
output: 'config.h',

0 commit comments

Comments
 (0)