diff options
Diffstat (limited to 'devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js')
-rw-r--r-- | devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js b/devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js new file mode 100644 index 000000000000..b418e38c836f --- /dev/null +++ b/devel/electron37/files/patch-electron_spec_fixtures_native-addon_uv-dlopen_index.js @@ -0,0 +1,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'); |