mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
Warn SunOS when building VVC binaries
For SunOS, as Oracle Solaris, compiling VVC binaries may fail due to errors.
This commit is contained in:
@ -17,6 +17,11 @@ if [ "$OS" = "Linux" ]; then
|
||||
echo "You're running on $OS of bash script version to compile VVC binaries"
|
||||
fi
|
||||
|
||||
if [ "$OS" = "SunOS" ]; then
|
||||
echo "Sorry, SunOS like Oracle Solaris is not supported due to various error compilations for compiling VVC binaries."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Checking and installing required packages..."
|
||||
|
||||
setup_debian() {
|
||||
|
Reference in New Issue
Block a user