2022-03-18 15:41:41 +00:00
|
|
|
Index: electron-17.1.0/third_party/electron_node/common.gypi
|
2022-01-29 19:59:26 +00:00
|
|
|
===================================================================
|
2025-03-09 21:51:59 +00:00
|
|
|
--- src/third_party/electron_node/common.gypi.orig 2025-03-06 22:25:15.650295769 +0100
|
|
|
|
+++ src/third_party/electron_node/common.gypi 2025-03-07 07:06:10.532421547 +0100
|
|
|
|
@@ -486,6 +486,10 @@
|
|
|
|
'NOMINMAX',
|
2022-01-29 19:59:26 +00:00
|
|
|
],
|
|
|
|
}],
|
|
|
|
+ [ 'OS in "linux"', {
|
|
|
|
+ 'cflags': [ '-I/usr/include/electron' ],
|
2023-03-10 06:02:08 +00:00
|
|
|
+ 'libraries': [ '-lz' ],
|
2022-01-29 19:59:26 +00:00
|
|
|
+ }],
|
2025-08-23 18:33:03 +00:00
|
|
|
[ 'OS in "linux freebsd openbsd solaris aix os400 openharmony"', {
|
2022-01-29 19:59:26 +00:00
|
|
|
'cflags': [ '-pthread' ],
|
|
|
|
'ldflags': [ '-pthread' ],
|