Skip to content

Conversation

@HeliumAnt
Copy link
Contributor

  • fix macos build
  • add macos ARM CI

@Causeless
Copy link
Contributor

What extra work needs to be done here? Just testing etc? Also- can we distribute for ARM Linux too?

FWIW I was running native ARM when I was developing on Mac M1 and it worked perfectly, so I don't imagine we should see any issues here.

@HeliumAnt
Copy link
Contributor Author

yes just testing. The linux flatpak release already includes ARM builds, all that needs to be done there is add CI builds. I'll probably want to move the linux CI to target the Freedesktop SDK as well.

SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 3);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_CORE);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these changes still necessary/valid with the changes in b5b183e?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, that CL is older. No idea why it's merge conflicting, but eh

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.

3 participants