Skip to content

Commit 43981e7

Browse files
committed
portable linux build of ungoogled-chromium 141.0.7390.54-1
1 parent 5b34361 commit 43981e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/ungoogled-chromium/portablelinux/fix-compiling-on-arm64.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
from build import (AddCMakeToPath, AddZlibToPath, CheckoutGitRepo, CopyFile,
2323
- DownloadDebianSysroot, GetLibXml2Dirs, GitCherryPick,
2424
+ DownloadDebianSysroot, GetLibXml2Dirs, GetHostSysrootPlatform,
25+
GitRevert, LLVM_DIR, IsGitAncestorToHead,
2526
LLVM_BUILD_TOOLS_DIR, RunCommand)
2627
from update import (CHROMIUM_DIR, DownloadAndUnpack, EnsureDirExists,
27-
GetDefaultHostOs, RmTree, UpdatePackage)
2828
@@ -161,8 +161,8 @@ def AddOpenSSLToEnv():
2929
ssl_url = (f'{CIPD_DOWNLOAD_URL}/{OPENSSL_CIPD_WIN_AMD_PATH}'
3030
f'/+/version:2@{OPENSSL_CIPD_WIN_AMD_VERSION}')

ungoogled-chromium

Submodule ungoogled-chromium updated 76 files

0 commit comments

Comments
 (0)