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() {
480480 cmake_build \
481481 -DSDL_TEST_LIBRARY=OFF \
482482 -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"
489483 ;;
490484 esac
491485}
@@ -1204,7 +1198,7 @@ build_install() {
12041198 rm -rf " ${PKG_PREFIX} /def"
12051199 rm -rf " ${PKG_PREFIX} /share"
12061200 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 -- {} \;
12081202 find " ${PKG_PREFIX} /lib" -name ' *.la' -execdir rm -f -- {} \;
12091203 find " ${PKG_PREFIX} /lib" -name ' *.dll.a' -execdir bash -c ' rm -f -- "$(basename "{}" .dll.a).a"' \;
12101204 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