Skip to content

Commit

Permalink
remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Feb 26, 2025
1 parent aa451b1 commit 56a90d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ case "$(os)" in
else
if [[ $triple == "arm64-apple-darwin24.2.0" ]]; then
brew update
brew install coreutils sqlite pcre pcre2
brew install coreutils sqlite pcre
SQL_LIB=$(brew --prefix sqlite)/lib/libsqlite3.a
libdir="/opt/homebrew/lib"
cflags+=(-isysroot /Applications/Xcode_16.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk)
Expand Down

0 comments on commit 56a90d8

Please sign in to comment.