| Summary: | CMake complains about trailing spaces in sdl2.pc | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Azamat H. Hackimov <azamat.hackimov> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.8 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | libsdl2-2.0.8-rework-variables.patch | ||
|
Description
Azamat H. Hackimov
2018-04-21 08:49:53 UTC
Created attachment 3226 [details]
libsdl2-2.0.8-rework-variables.patch
Proposed fix.
I don't think Bourne shell supports += on shell variables. Bash does, but the Bourne shell (/bin/sh) doesn't. This should fix it, thanks! https://hg.libsdl.org/SDL/rev/28be2719184c |