Skip to content

Commit 0a9af12

Browse files
committed
SDL2.framework in lib/
1 parent 6401794 commit 0a9af12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external_deps/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ build_sdl2() {
472472
cp "${sdl2_lib_dir}/"*.dll "${PREFIX}/SDL2/${sdl2_lib_dir}"
473473
;;
474474
macos-*-*)
475-
rm -rf "${PREFIX}/SDL2.framework"
476-
cp -R "SDL2.framework" "${PREFIX}"
475+
rm -rf "${PREFIX}/lib/SDL2.framework"
476+
cp -R "SDL2.framework" "${PREFIX}/lib"
477477
;;
478478
*)
479479
cd "${dir_name}"

0 commit comments

Comments
 (0)