File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -480,12 +480,6 @@ build_sdl3() {
480
480
cmake_build \
481
481
-DSDL_TEST_LIBRARY=OFF \
482
482
-DSDL_AUDIO=OFF
483
-
484
- # Workaround for an SDL CMake bug, we need to provide
485
- # a bin/ directory even when nothing is used from it.
486
- mkdir -p " ${PREFIX} /bin"
487
- # We don't keep empty folders.
488
- touch " ${PREFIX} /bin/.keep"
489
483
;;
490
484
esac
491
485
}
@@ -1204,7 +1198,7 @@ build_install() {
1204
1198
rm -rf " ${PKG_PREFIX} /def"
1205
1199
rm -rf " ${PKG_PREFIX} /share"
1206
1200
rm -rf " ${PKG_PREFIX} /lib/pkgconfig"
1207
- find " ${PKG_PREFIX} /bin" -not -type d -not -name ' *.dll' -not -name ' .keep ' - execdir rm -f -- {} \;
1201
+ find " ${PKG_PREFIX} /bin" -not -type d -not -name ' *.dll' -not -execdir rm -f -- {} \;
1208
1202
find " ${PKG_PREFIX} /lib" -name ' *.la' -execdir rm -f -- {} \;
1209
1203
find " ${PKG_PREFIX} /lib" -name ' *.dll.a' -execdir bash -c ' rm -f -- "$(basename "{}" .dll.a).a"' \;
1210
1204
find " ${PKG_PREFIX} /lib" -name ' *.dylib' -execdir bash -c ' rm -f -- "$(basename "{}" .dylib).a"' \;
You can’t perform that action at this time.
0 commit comments