Skip to content

Commit

Permalink
dev-util/electron: not needed perhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 18, 2023
1 parent 3616240 commit d308f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/electron/electron-27.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1320,8 +1320,8 @@ src_prepare() {
sed -i "s/module.exports.getElectronVersion = () => {/module.exports.getElectronVersion = () => {return '${PV}';/" \
script/lib/get-version.js || die
# mkdir -p .git/packed-refs .git/HEAD;
sed -i '/git\/packed-refs/d' BUILD.gn || die
sed -i '/git\/HEAD/d' BUILD.gn || die
# sed -i '/git\/packed-refs/d' BUILD.gn || die
# sed -i '/git\/HEAD/d' BUILD.gn || die

grep "'--openssl-no-asm'" script/generate-config-gypi.py > /dev/null || die
NODE_CONFIG_ARGS="'--without-bundled-v8', '--shared-openssl', '--shared-zlib', '--without-dtrace', '--without-npm', '--shared-cares', '--shared-http-parser', '--shared-nghttp2'"
Expand Down

0 comments on commit d308f76

Please sign in to comment.