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 0dfcbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ 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)
endif()
Expand Down

0 comments on commit 0dfcbe2

Please sign in to comment.