Skip to content

Commit

Permalink
dev-util/electron: and another one
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed May 27, 2024
1 parent 4d19cc1 commit c70dc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/electron/electron-30.0.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ src_prepare() {
sed -i 's/std::vector<const/std::vector</' shell/browser/api/electron_api_app.h || die
sed -i 's/std::variant/absl::variant/' shell/browser/electron_browser_context.h || die
sed -i 's/std::get_if/absl::get_if/' shell/browser/electron_browser_context.cc || die
sed -i 's/constexpr CodeAndShiftedChar/CodeAndShiftedChar/' shell/common/keyboard_util.cc || die

sed -i 's/NODE_DIR = os.path.join/NODE_DIR = os.path.abspath(os.path.join/' script/generate-config-gypi.py || die
sed -i "s/'electron_node')/'electron_node'))/" script/generate-config-gypi.py || die
Expand Down

0 comments on commit c70dc5c

Please sign in to comment.