Skip to content

Comments

Fix build on Android#94

Merged
seanharmer merged 1 commit intomainfrom
fix-android-build
Sep 25, 2025
Merged

Fix build on Android#94
seanharmer merged 1 commit intomainfrom
fix-android-build

Conversation

@MiKom
Copy link
Member

@MiKom MiKom commented Sep 25, 2025

Platform integration choosing in CoreApplication won't be ever called for Android (unless someone tries to instantiate non-gui application) but we can't static_assert since we won't compile.

Now, an exception is thrown when the user attempts to create CoreApplication on Android.

Platform integration choosing in CoreApplication won't be ever called
for Android (unless someone tries to instantiate non-gui application)
but we can't static_assert since we won't compile.

Now, an exception is thrown when the user attempts to create
CoreApplication on Android.
@MiKom MiKom requested a review from seanharmer September 25, 2025 11:57
@seanharmer seanharmer merged commit bbb82aa into main Sep 25, 2025
34 checks passed
@seanharmer seanharmer deleted the fix-android-build branch September 25, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants