Skip to content

Commit

Permalink
Use home for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 23, 2024
1 parent dde9bdf commit 8f574b4
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 @@ -163,7 +163,7 @@ IF(LMMS_BUILD_APPLE)
# Detect cross-compilation. "wrongbrew" is a custom wrapper for homebrew
IF((CMAKE_APPLE_SILICON_PROCESSOR STREQUAL "x86_64" AND NOT LMMS_HOST_X86_64) OR
(CMAKE_APPLE_SILICON_PROCESSOR STREQUAL "arm64" AND NOT LMMS_HOST_ARM64))
EXECUTE_PROCESS(COMMAND wrongbrew --prefix RESULT_VARIABLE DETECT_WRONGBREW OUTPUT_VARIABLE WRONGBREW_PREFIX ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
EXECUTE_PROCESS(COMMAND "$ENV{HOME}/wrongbrew.sh" --prefix RESULT_VARIABLE DETECT_WRONGBREW OUTPUT_VARIABLE WRONGBREW_PREFIX ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
ENDIF()

# Detect Homebrew versus Macports environment
Expand Down

0 comments on commit 8f574b4

Please sign in to comment.