The build completed successfully with no changes to anything:
Download Silver WebRTC Intel Build SHA256: d4d430929093f5d7856083eb13a409fd404ddf76c7cd8baf10e07fc24410c91a
Download Silver WebRTC Apple Silicon (ARM64) Build SHA256: e935a8a14480025ac149714b25cc51b96988806611024959bfae5c59117feccd
Code:
git clone https://github.com/noobsoftware/silver2 ./Silver
cd Silver
git clone https://repo.palemoon.org/MoonchildProductions/UXP ./platform
(create .mozconfig below)
./mach build
./mach package
Code:
# Standard build options for Silver
ac_add_options --enable-application=basilisk
ac_add_options --enable-optimize="-O3"
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
ac_add_options --enable-eme
ac_add_options --enable-webrtc
ac_add_options --enable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --with-macos-sdk=/Users/nuke/SDKs/MacOSX10.12.sdk
ac_add_options --with-branding=basilisk/branding/unofficial
# Uncomment if using clang++ from Xcode 10 or higher
export CXX="/usr/bin/clang++ -std=gnu++11 -stdlib=libc++"
Download Silver WebRTC Intel Build SHA256: d4d430929093f5d7856083eb13a409fd404ddf76c7cd8baf10e07fc24410c91a
Code:
# Standard build options for Silver
ac_add_options --enable-application=basilisk
ac_add_options --enable-optimize="-O3"
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
ac_add_options --enable-eme
ac_add_options --enable-webrtc
ac_add_options --enable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --host=aarch64-apple-darwin
ac_add_options --target=aarch64-apple-darwin
ac_add_options --with-macos-sdk=/Users/lucy/SDKs/MacOSX11.3.sdk
ac_add_options --with-branding=basilisk/branding/unofficial
# Uncomment if using clang++ from Xcode 10 or higher
export CXX="/usr/bin/clang++ -std=gnu++11 -stdlib=libc++"
Download Silver WebRTC Apple Silicon (ARM64) Build SHA256: e935a8a14480025ac149714b25cc51b96988806611024959bfae5c59117feccd