Skip to content

Commit ff589dc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build SDL3 for ReadTheDocs workflow
1 parent ccd7b7c commit ff589dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ build:
1717
jobs:
1818
pre_install:
1919
- 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
20+
- cmake -S sdl_repo -B sdl_build -D CMAKE_INSTALL_PREFIX=~/.local
2121
- cmake --build sdl_build --config Debug
22-
- cmake --install sdl_build --config Debug --prefix ~/.local
23-
- cat ~/.local/lib/pkgconfig/sdl3.pc
22+
- cmake --install sdl_build --config Debug
2423

2524
submodules:
2625
include: all

0 commit comments

Comments
 (0)