mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
12 lines
343 B
Text
12 lines
343 B
Text
--- plugins/editorconfig/meson.build.orig 2020-06-28 09:00:29 UTC
|
|
+++ plugins/editorconfig/meson.build
|
|
@@ -7,7 +7,8 @@ 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(
|