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