Skip to content

Commit 6aef356

Browse files
committed
song/meson.build: add missing dependency
1 parent 109c262 commit 6aef356

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/song/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ song = static_library(
1616
'LightSong.cxx',
1717
include_directories: inc,
1818
dependencies: [
19+
pcm_basic_dep,
1920
pcre_dep,
2021
fmt_dep,
2122
],

0 commit comments

Comments
 (0)