Skip to content

Commit

Permalink
Fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 23, 2024
1 parent 8f574b4 commit 491ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/DetectMachine.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ IF(LMMS_BUILD_APPLE)
IF(DETECT_WRONGBREW EQUAL 0)
SET(HOMEBREW 1)
SET(WRONGBREW 1)
SET(APPLE_PREFIX "${WRONGBREW_PREFIX}/lib")
SET(APPLE_PREFIX "${WRONGBREW_PREFIX}")
ELSEIF(DETECT_HOMEBREW EQUAL 0)
SET(HOMEBREW 1)
SET(APPLE_PREFIX "${HOMEBREW_PREFIX}")
Expand Down

0 comments on commit 491ef13

Please sign in to comment.