blob: 80a08578e7c2f83be0653f114e749de75868d28c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- plugins/editorconfig/meson.build.orig 2022-05-31 04:56:45 UTC
+++ plugins/editorconfig/meson.build
@@ -7,7 +7,11 @@ module_files = [
module_deps = [
codecore_dep,
- meson.get_compiler('c').find_library('editorconfig')
+ meson.get_compiler('c')
+ .find_library('editorconfig', dirs: [
+ '/usr/local/lib'
+ ]
+ )
]
shared_module(
|