mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
build: support 16kb page sizes for Android 15+
This commit is contained in:
@@ -63,6 +63,9 @@ pub fn initShared(
|
||||
);
|
||||
|
||||
if (lib.rootModuleTarget().abi.isAndroid()) {
|
||||
// Support 16kb page sizes, required for Android 15+.
|
||||
lib.link_z_max_page_size = 16384; // 16kb
|
||||
|
||||
try @import("android_ndk").addPaths(b, lib);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user