Skip to content

Commit da55476

Browse files
committed
Generate pkgconf file for tracy
1 parent c556831 commit da55476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎meson.build‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ endif
220220
pkg = import('pkgconfig')
221221
pkg.generate(tracy,
222222
extra_cflags : tracy_dep_compile_args,
223-
requires : tracy_public_deps)
223+
requires : tracy_public_deps,
224+
libraries: [tracy])
224225

225226
tracy_dep = declare_dependency(
226227
compile_args : tracy_dep_compile_args,

0 commit comments

Comments
 (0)