| Summary: | Extra CFLAGS and LDFLAGS required on iOS | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Gabriel Jacobo <gabomdq> |
| Component: | *don't know* | Assignee: | Gabriel Jacobo <gabomdq> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | ARM | ||
| OS: | iOS (All) | ||
| Attachments: | Adds extra CFLAGS and LDFLAGS required on iOS | ||
Looks good, go ahead and commit it. |
Created attachment 1056 [details] Adds extra CFLAGS and LDFLAGS required on iOS I was going over the list of my customizations to SDL and I noticed that I had to modify the configure script to get SDL_image (and maybe others) to compile from the command line for iOS. Without these extra CFLAGS and LDFLAGS compilation fails on showimage with a bunch of undefined symbols.