Skip to content

Commit

Permalink
Replace --force by --overwrite to force the link and overwrite all co…
Browse files Browse the repository at this point in the history
…nflicting files
  • Loading branch information
palonso committed Jan 31, 2024
1 parent bc3bd18 commit 832a949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ before-build = [
"brew install eigen libyaml fftw [email protected] libsamplerate libtag",
"brew link --force [email protected]",
"brew install chromaprint",
"brew link --force [email protected]",
"brew link --overwrite [email protected]",
"python waf configure --pkg-config-path=\"${PKG_CONFIG_PATH}\" --arch arm64 --no-msse",
"python waf",
"python waf install"
Expand Down

0 comments on commit 832a949

Please sign in to comment.