mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
build: add -lm to library
This commit is contained in:
parent
4c7711823a
commit
a12ee6da68
@ -88,6 +88,8 @@ libmks_deps = [
|
||||
libgio_dep,
|
||||
libgiounix_dep,
|
||||
libgtk_dep,
|
||||
|
||||
cc.find_library('m', required: false),
|
||||
]
|
||||
|
||||
libmks = shared_library('mks-' + api_version,
|
||||
|
Loading…
Reference in New Issue
Block a user