Skip to content

Android & emscripten: Make buildscript work on m1 (arm64) macOS - #196

Draft
Ghabry wants to merge 2 commits into
EasyRPG:masterfrom
Ghabry:android-macos
Draft

Android & emscripten: Make buildscript work on m1 (arm64) macOS#196
Ghabry wants to merge 2 commits into
EasyRPG:masterfrom
Ghabry:android-macos

Conversation

@Ghabry

@GhabryGhabry commented Mar 13, 2025

Copy link
Copy Markdown
Member

Requires a newer NDK version which drops support for older Android SDKs <19.

Though this is no problem for us as we already require API Level 20.


For context: fdelapena set up a m1 mac. This will replace my awful, slow macOS builder.

The m1 is fast so I consider also offloading the Android build to it. The Android build is especially bad on our slow VPS because it compiles 4 times.

(then the main builder will only build Linux and emscripten)

This is a draft until the migration is done.


Emscripten was fixed because I finally have a test system available xD

Requires a newer NDK version which drops support for older Android SDKs <19.
Though this is no problem for us as we already require API Level 20.
@GhabryGhabry changed the title Android: Make buildscript work on m1 (arm64) macOSAndroid & emscripten: Make buildscript work on m1 (arm64) macOSMar 14, 2025
@carstene1ns

Copy link
Copy Markdown
Member

It looks like this only needs the emscripten stuff nowadays.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Ghabry@carstene1ns