aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js
blob: eb0f4828be477e98711a7824e7098ea67770086e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/fixtures/native-addon/uv-dlopen/index.js.orig	2021-01-25 12:27:55 UTC
+++ electron/spec/fixtures/native-addon/uv-dlopen/index.js
@@ -2,7 +2,7 @@ const testLoadLibrary = require('./build/Release/test_
 
 const lib = (() => {
   switch (process.platform) {
-    case 'linux':
+    case 'linux': case 'freebsd':
       return `${__dirname}/build/Release/foo.so`;
     case 'darwin':
       return `${__dirname}/build/Release/foo.dylib`;