Skip to content

Commit 3ada2ab

Browse files
committed
fix the meson build
1 parent fdf5b3f commit 3ada2ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ project(
99
version: '2.4.0',
1010
)
1111

12+
subdir('src/avcpp')
1213
if not meson.is_subproject()
13-
subdir('src')
1414

1515
if get_option('build_samples')
1616
subdir('example/api2-samples')
@@ -19,8 +19,6 @@ if not meson.is_subproject()
1919
# if get_option('build_tests')
2020
# subdir('tests')
2121
# endif
22-
else
23-
subdir('src')
2422
endif
2523

2624
if meson.version().version_compare('>=0.54.0')

0 commit comments

Comments
 (0)