| Summary: | SDL_sound.h install error | ||
|---|---|---|---|
| Product: | SDL_sound | Reporter: | Dominik Reichardt <sdl-bugzilla> |
| Component: | everything | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Ryan C. Gordon <icculus> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | macOS 10.14 | ||
| Attachments: | patch | ||
The patch has been included in SDL_sound hg repo as https://hg.icculus.org/icculus/SDL_sound/rev/ac28f5f78a88 Closing as fixed. Thank you! |
Created attachment 3987 [details] patch I've let Cmake generate unix makefiles and "make install" fails because the path to SDL_sound.h is missing a "src/". Additionally it would be better if it were to install the header file to /inlcude/SDL2, IMO. simple patch is included.