Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/elementary-code/files/patch-plugins_editorconfig_meson.build
16126 views
1
--- plugins/editorconfig/meson.build.orig 2020-06-28 09:00:29 UTC
2
+++ plugins/editorconfig/meson.build
3
@@ -7,7 +7,8 @@ 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: ['/usr/local/lib'])
10
]
11
12
shared_module(
13
14