Skip to content

Commit d0aa7cc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Build SDL3 for ReadTheDocs workflow
1 parent dae2337 commit d0aa7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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
20+
- cmake -S sdl_repo -B sdl_build --prefix ~/.local
2121
- cmake --build sdl_build --config Debug
2222
- cmake --install sdl_build --config Debug --prefix ~/.local
2323
- cat ~/.local/lib/pkgconfig/sdl3.pc

0 commit comments

Comments
 (0)