Skip to content

Commit

Permalink
sdl: fix installing on macos with sdl_image from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak authored Nov 8, 2024
1 parent 6055a95 commit d91ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 32blit-sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function(blit_executable NAME)
endif()

if(APPLE)
set(SEARCH_DIRS /usr/local/lib)
set(SEARCH_DIRS /usr/local/lib /opt/homebrew/lib)

# assuming all frameworks installed in the same place
if(SDL2_FRAMEWORK_PATH)
Expand Down

0 comments on commit d91ad31

Please sign in to comment.