Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/editors/elementary-code/files/patch-plugins_editorconfig_meson.build
18160 views
1
--- plugins/editorconfig/meson.build.orig 2022-05-31 04:56:45 UTC
2
+++ plugins/editorconfig/meson.build
3
@@ -7,7 +7,11 @@ module_files = [
4
5
module_deps = [
6
codecore_dep,
7
- meson.get_compiler('c').find_library('editorconfig')
8
+ meson.get_compiler('c')
9
+ .find_library('editorconfig', dirs: [
10
+ '/usr/local/lib'
11
+ ]
12
+ )
13
]
14
15
shared_module(
16
17