aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js
blob: b418e38c836fd31544f9f74e6fea8f5dadfd7498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/fixtures/native-addon/uv-dlopen/index.js.orig	2024-10-09 13:53:06 UTC
+++ electron/spec/fixtures/native-addon/uv-dlopen/index.js
@@ -4,7 +4,7 @@ const lib = (() => {
 
 const lib = (() => {
   switch (process.platform) {
-    case 'linux':
+    case 'linux': case 'freebsd':
       return path.resolve(__dirname, 'build/Release/foo.so');
     case 'darwin':
       return path.resolve(__dirname, 'build/Release/foo.dylib');