Compare commits

...

1 Commits

Author SHA1 Message Date
Marko Budiselic
9eeb54fa13 Add new operating systems 2023-11-11 00:52:57 +00:00

View File

@@ -9,7 +9,7 @@ check_operating_system "amzn-2"
check_architecture "x86_64"
TOOLCHAIN_BUILD_DEPS=(
gcc gcc-c++ make # generic build tools
git gcc gcc-c++ make # generic build tools
wget # used for archive download
gnupg2 # used for archive signature verification
tar gzip bzip2 xz unzip # used for archive unpacking