| Summary: | A few updates to the SDL Framework configuration | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Edward Rudd <urkle> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Mac OS X (All) | ||
| Attachments: |
Patch #1
Patch #2 |
||
Created attachment 974 [details]
Patch #2
Patches accepted, thanks! |
Created attachment 973 [details] Patch #1 I have two patches I'll attach to this bug that do some minor tweaks to the SDL2 framework that is generated. Patch #1 1. Update the version # to 2.0 instead of 1.3 2. change the bundle identifier to org.libsdl.SDL2 3. remove the CFBundleExecutable (not needed for a framework) Patch #2 1. change the library relative path to @executable_name/../Frameworks instead of @rpath.