Skip to content

Commit

Permalink
Merge pull request #838 from 32blit/patch-fixup_bundle-path-brew
Browse files Browse the repository at this point in the history
sdl: add extra search dir for fixup_bundle
  • Loading branch information
Daft-Freak authored Oct 5, 2023
2 parents 657ef83 + e6c65c7 commit 2e4df24
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)
set(SEARCH_DIRS /usr/local/lib)

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

0 comments on commit 2e4df24

Please sign in to comment.