mirror of
https://git.sr.ht/~calebccff/pbsplash
synced 2026-01-12 12:38:41 -09:00
dont forget to link math on gkib
This commit is contained in:
parent
2e07eceb15
commit
4c90c076eb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
|||
project('pbsplash', 'c')
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
deps = [
|
||||
dependency('tfblib'),
|
||||
cc.find_library('m', required : false)
|
||||
]
|
||||
|
||||
inc = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue