We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5425 - sdl2_image missing arch on bigsur m1
Summary: sdl2_image missing arch on bigsur m1
Status: NEW
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.5
Hardware: ARM Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-30 15:20 UTC by nsklaus
Modified: 2020-12-30 15:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nsklaus 2020-12-30 15:20:33 UTC
hi,
on macos 11.2beta, macbookpro m1, 
i installed both sdl2 and sdl2_image framework in /Library/Framework/ and on xcode it fails to compile even simple hello world, without any sdl code. when i try to build it says sdl2_image is missing required architecture. if i remove sdl2_image from linked frameworks, and leave just sdl2 instead, the hello world compiles fine.