mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
let homebrew install coreutils instead
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ffbuild_macbase() {
|
||||
brew install wget subversion mercurial autoconf automake cmake meson ninja pkg-config coreutils gcc make python-setuptools pcre2 libtool gnu-sed gnu-tar nasm quilt texinfo
|
||||
brew install wget subversion mercurial autoconf automake cmake meson ninja pkg-config coreutils gcc make python-setuptools pcre2 libtool gnu-sed gnu-tar nasm quilt texinfo coreutils
|
||||
mkdir /opt/ffbuild/bin
|
||||
cp "$BUILDER_ROOT"/images/base/git-mini-clone.sh /opt/ffbuild/bin/git-mini-clone
|
||||
chmod +x /opt/ffbuild/bin/git-mini-clone
|
||||
@@ -9,8 +9,6 @@ ffbuild_macbase() {
|
||||
chmod +x /opt/ffbuild/bin/retry-tool
|
||||
cp "$BUILDER_ROOT"/images/base/check-wget.sh /opt/ffbuild/bin/check-wget
|
||||
chmod +x /opt/ffbuild/bin/check-wget
|
||||
cp "$BUILDER_ROOT"/images/macos/bin/nproc /opt/ffbuild/bin/nproc
|
||||
chmod +x /opt/ffbuild/bin/nproc
|
||||
export PATH="/opt/ffbuild/bin:$PATH"
|
||||
export CMAKE_POLICY_VERSION_MINIMUM="3.5"
|
||||
}
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
sysctl -n hw.logicalcpu
|
||||
Reference in New Issue
Block a user