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 ccd7b7c commit ff589dcCopy full SHA for ff589dc
.readthedocs.yaml
@@ -17,10 +17,9 @@ 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 -DCMAKE_INSTALL_PREFIX=~/.local
+ - cmake -S sdl_repo -B sdl_build -D CMAKE_INSTALL_PREFIX=~/.local
21
- cmake --build sdl_build --config Debug
22
- - cmake --install sdl_build --config Debug --prefix ~/.local
23
- - cat ~/.local/lib/pkgconfig/sdl3.pc
+ - cmake --install sdl_build --config Debug
24
25
submodules:
26
include: all
0 commit comments