forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
13 lines
332 B
Diff
13 lines
332 B
Diff
Export symbols from the electron executable — needed for dynamically opening node modules
|
|
|
|
--- a/electron/BUILD.gn
|
|
+++ b/electron/BUILD.gn
|
|
@@ -1316,6 +1316,7 @@
|
|
if (is_linux) {
|
|
ldflags = [
|
|
"-pie",
|
|
+ "-rdynamic",
|
|
|
|
# Required for exporting all symbols of libuv.
|
|
"-Wl,--whole-archive",
|