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 09bfa9e commit 0426b72Copy full SHA for 0426b72
.github/workflows/python-package.yml
@@ -268,7 +268,7 @@ jobs:
268
git clone --depth 1 --branch release-3.2.10 https://github.com/libsdl-org/SDL.git sdl_repo &&
269
cmake -S sdl_repo -B sdl_build &&
270
cmake --build sdl_build --config Release &&
271
- cmake --install sdl_build --config Release --prefix /usr/local
+ cmake --install sdl_build --config Release --prefix /usr/local &&
272
cp --verbose /usr/local/lib64/pkgconfig/sdl3.pc /lib64/pkgconfig/sdl3.pc
273
PKG_CONFIG_PATH: "/usr/local/lib64/pkgconfig"
274
CIBW_BEFORE_TEST: pip install numpy
0 commit comments