mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
meson: link ‘pgo’ with -lm and -pthreads
This commit is contained in:
parent
9e37d811e8
commit
5ee9c19d21
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ pgolib = static_library(
|
||||||
executable(
|
executable(
|
||||||
'pgo',
|
'pgo',
|
||||||
'pgo.c',
|
'pgo.c',
|
||||||
dependencies: [pixman, fcft, tllist],
|
dependencies: [math, threads, pixman, fcft, tllist],
|
||||||
link_with: pgolib,
|
link_with: pgolib,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue