nixpkgs/pkgs/development/libraries/SDL2
Pierre Bourdon 1a1696f9b6 SDL2: don't mix space-separated / lists in cmake config
The SDL2_PATH environment variable is space-separated. However, CMake
lists are semicolon separated, and doing set(list "a" ${var}) will end
up with list containing "a;b c d". This causes downstream users to fail
parsing the include dirs list.

Normalize the include dirs list to a normal CMake semicolon-separated
list using separate_arguments.
2019-08-22 11:41:16 +03:00
..
default.nix SDL2: 2.0.9 -> 2.0.10 2019-08-18 18:13:29 +02:00
find-headers.patch SDL2: don't mix space-separated / lists in cmake config 2019-08-22 11:41:16 +03:00
setup-hook.sh