Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for quirk when running 32bit os with 64bit kernel on raspberryPi #33

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

gepatto
Copy link
Contributor

@gepatto gepatto commented Aug 26, 2023

A while ago, updates to raspberryPi OS install a 64bit kernel on a 32bit OS. That means it always reports back as being a aarch64 Architecture even though the rest of the os is 32bit. This fix uses the getconf command to determine if the os is 32 or 64 bit.

@joshtynjala joshtynjala merged commit 1381a77 into openfl:master Aug 28, 2023
1 check passed
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