| Summary: | Android NDK build error | ||
|---|---|---|---|
| Product: | SDL | Reporter: | dmuratshin <frankinshtein85> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Android (All) | ||
| Attachments: | android mk patch | ||
(In reply to dmuratshin from comment #0) > LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH) But it does for all the other source code listed earlier in the same file; is that also a problem? --ryan. no, other source code uses 'wildcard' with 'subst', it has clipped local_path Ah, I didn't realize Sam already fixed this in https://hg.libsdl.org/SDL/rev/09e3ef028bc8 and this bug was an accidental duplicate of Bug #4335. --ryan. *** This bug has been marked as a duplicate of bug 4335 *** |
Created attachment 3401 [details] android mk patch LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH) patch attached!