Skip to content

Commit

Permalink
Try to disable SDL Framework installation
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 23, 2024
1 parent 5289a77 commit 98fff57
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 140 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ if(WIN32)
else()
set(SDL_CONFIGURE_FLAGS
-DBUILD_SHARED_LIBS=ON
-DBUILD_FRAMEWORK=ON
-DBUILD_FRAMEWORK=OFF
)
set(SDL_CONFIGURE_INSTALL_DIR ${SDK_INSTALL_DIR}/Frameworks)
set(SDL_CONFIGURE_INSTALL_DIR ${SDK_INSTALL_DIR})
endif()

ExternalProject_PatchSet(sdl SDL_PATCHSET)
Expand Down
52 changes: 0 additions & 52 deletions patches/sdl/0004-CMake-Add-MacOSX-Framework-support.patch

This file was deleted.

25 changes: 0 additions & 25 deletions patches/sdl/0005-CMake-Set-framework-install-directory.patch

This file was deleted.

This file was deleted.

0 comments on commit 98fff57

Please sign in to comment.