aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/node_modules/patch-extensions_node__modules__at_parcel_watcher_binding.gyp
blob: 6f5b9d8862d78fb146554b1614c1c3c91c036794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- extensions/node_modules/@parcel/watcher/binding.gyp.orig	2023-05-05 08:51:33 UTC
+++ extensions/node_modules/@parcel/watcher/binding.gyp
@@ -34,7 +34,7 @@
             "ARCHS": ["arm64"]
           }
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or OS=="freebsd"', {
           "sources": [
             "src/watchman/BSER.cc",
             "src/watchman/WatchmanBackend.cc",
@@ -46,6 +46,11 @@
             "WATCHMAN",
             "INOTIFY",
             "BRUTE_FORCE"
+          ]
+        }],
+	['OS=="freebsd"', {
+          "libraries": [
+            "-linotify"
           ]
         }],
         ['OS=="win"', {