Skip to content

Commit ccd7b7c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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
21-
- cmake --build sdl_build --config Debug --prefix ~/.local
20+
- cmake -S sdl_repo -B sdl_build -DCMAKE_INSTALL_PREFIX=~/.local
21+
- cmake --build sdl_build --config Debug
2222
- cmake --install sdl_build --config Debug --prefix ~/.local
2323
- cat ~/.local/lib/pkgconfig/sdl3.pc
2424

0 commit comments

Comments
 (0)