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 @@ -477,12 +477,6 @@ build_sdl3() {
477477 cmake_build \
478478 -DSDL_TEST_LIBRARY=OFF \
479479 -DSDL_AUDIO=OFF
480-
481- # Workaround for an SDL CMake bug, we need to provide
482- # a bin/ directory even when nothing is used from it.
483- mkdir -p " ${PREFIX} /bin"
484- # We don't keep empty folders.
485- touch " ${PREFIX} /bin/.keep"
486480 ;;
487481 esac
488482}
@@ -1199,7 +1193,7 @@ build_install() {
11991193 rm -rf " ${PKG_PREFIX} /def"
12001194 rm -rf " ${PKG_PREFIX} /share"
12011195 rm -rf " ${PKG_PREFIX} /lib/pkgconfig"
1202- find " ${PKG_PREFIX} /bin" -not -type d -not -name ' *.dll' -not -name ' .keep ' - execdir rm -f -- {} \;
1196+ find " ${PKG_PREFIX} /bin" -not -type d -not -name ' *.dll' -not -execdir rm -f -- {} \;
12031197 find " ${PKG_PREFIX} /lib" -name ' *.la' -execdir rm -f -- {} \;
12041198 find " ${PKG_PREFIX} /lib" -name ' *.dll.a' -execdir bash -c ' rm -f -- "$(basename "{}" .dll.a).a"' \;
12051199 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