mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 22:15:17 +03:00
15 lines
611 B
Diff
15 lines
611 B
Diff
--- a/scripts/hak/hakEnv.ts
|
|
+++ b/scripts/hak/hakEnv.ts
|
|
@@ -99,11 +99,10 @@
|
|
return Object.assign({}, process.env, {
|
|
npm_config_arch: this.target.arch,
|
|
npm_config_target_arch: this.target.arch,
|
|
- npm_config_disturl: "https://electronjs.org/headers",
|
|
+ npm_config_nodedir: "/usr/include/electron/node_headers",
|
|
npm_config_runtime: this.runtime,
|
|
npm_config_target: this.runtimeVersion,
|
|
npm_config_build_from_source: true,
|
|
- npm_config_devdir: path.join(os.homedir(), ".electron-gyp"),
|
|
});
|
|
}
|
|
|