We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aa7cc commit bb99d6aCopy full SHA for bb99d6a
.readthedocs.yaml
@@ -17,8 +17,8 @@ build:
17
jobs:
18
pre_install:
19
- git clone --depth 1 --branch release-3.2.16 https://github.com/libsdl-org/SDL.git sdl_repo
20
- - cmake -S sdl_repo -B sdl_build --prefix ~/.local
21
- - cmake --build sdl_build --config Debug
+ - cmake -S sdl_repo -B sdl_build
+ - cmake --build sdl_build --config Debug --prefix ~/.local
22
- cmake --install sdl_build --config Debug --prefix ~/.local
23
- cat ~/.local/lib/pkgconfig/sdl3.pc
24
0 commit comments