Skip to content

Commit

Permalink
set ninja as build generator for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
zisoft authored and TurboGit committed Oct 3, 2023
1 parent 07e1b26 commit ddc2a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/macosx/2_build_hb_darktable_default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if [[ -d "$buildDir" ]]; then
fi

# Clean build here
../../build.sh --install --build-type Release --prefix "$installDir" -- $options
../../build.sh --install --build-generator Ninja --build-type Release --prefix "$installDir" -- $options

0 comments on commit ddc2a5b

Please sign in to comment.