Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if not m4rie.found()
# For some reason, m4rie is not found via pkg-config on some systems (eg Conda)
m4rie = cc.find_library('m4rie', required: not is_windows, disabler: true)
endif
mtx = dependency('mtx', required: false)
mtx = dependency('libmtx', required: false)
if not mtx.found()
# fallback for older versions without pkg-config
mtx = cc.find_library(
Expand Down
Loading