diff options
author | 2025-07-18 01:20:32 -0400 | |
---|---|---|
committer | 2025-07-18 01:20:32 -0400 | |
commit | 7e466eb43e0428177f9397e4932fda934dc07169 (patch) | |
tree | f3e7d2117956017171793d5608b62e1a0b04cdc2 /www-client/chromium/chromium-140.0.7299.0.ebuild | |
parent | 3bf099f5c8c094db319fe337e926fe57a55a6d06 (diff) | |
download | ppo-7e466eb43e0428177f9397e4932fda934dc07169.tar.xz |
Attempting to fix the rust linkage thing
Diffstat (limited to 'www-client/chromium/chromium-140.0.7299.0.ebuild')
-rw-r--r-- | www-client/chromium/chromium-140.0.7299.0.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/www-client/chromium/chromium-140.0.7299.0.ebuild b/www-client/chromium/chromium-140.0.7299.0.ebuild index fd5cb52..e6f2dd5 100644 --- a/www-client/chromium/chromium-140.0.7299.0.ebuild +++ b/www-client/chromium/chromium-140.0.7299.0.ebuild @@ -1073,16 +1073,17 @@ chromium_compile() { local -x PYTHONPATH= # Build mksnapshot and pax-mark it. - local x - for x in mksnapshot v8_context_snapshot_generator; do - if tc-is-cross-compiler; then - eninja -C out/Release "host/${x}" - pax-mark m "out/Release/host/${x}" - else - eninja -C out/Release "${x}" - pax-mark m "out/Release/${x}" - fi - done + # flag pax-kernel unimplemented + # local x + # for x in mksnapshot v8_context_snapshot_generator; do + # if tc-is-cross-compiler; then + # eninja -C out/Release "host/${x}" + # pax-mark m "out/Release/host/${x}" + # else + # eninja -C out/Release "${x}" + # pax-mark m "out/Release/${x}" + # fi + # done # Even though ninja autodetects number of CPUs, we respect # user's options, for debugging with -j 1 or any other reason. |