Skip to content

Commit

Permalink
Merge pull request #252 from Chaarlesss/main
Browse files Browse the repository at this point in the history
Fix macOS build
  • Loading branch information
lhearachel authored Jul 12, 2024
2 parents 34bfb40 + c36004c commit e3ed35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You now have the choice between two different environments to use to build the p
Continue with the [building instructions](#Downloading_the_repository)
## Mac OSX (<= 10.14)
## macOS
Apple bundles a number of the requisite utilities into Xcode Command Line Tools; to install these, run:
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
touch "$build/.mwconfig"
export MWCONFIG="$(realpath -- "$build/.mwconfig")"

if [ "$native_file" = "native_unix.ini" ]; then
if [ "$native_file" = "native_unix.ini" ] || [ "$native_file" = "native_macos.ini" ]; then
wrap_wine="$(command -v "${WINELOADER:-wine}")"
wrap_path_unx="$PWD"
wrap_path_win="$("$wrap_wine" winepath -w "$wrap_path_unx")"
Expand Down

0 comments on commit e3ed35a

Please sign in to comment.