Skip to content

Commit

Permalink
meson: Add dep on gio_unix for ggml_gobject_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
smspillaz committed Aug 4, 2023
1 parent f498339 commit 9bf8c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-gobject/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ggml_gobject_lib = shared_library(
soversion: api_version,
install: true,
include_directories: [ ggml_gobject_inc ],
dependencies: [ glib, gobject, gio, ggml, m_dep, soup ]
dependencies: [ glib, gobject, gio, gio_unix, ggml, m_dep, soup ]
)

introspection_sources = [
Expand Down

0 comments on commit 9bf8c06

Please sign in to comment.