Rewrite build system

This commit is contained in:
Andrea Cavalli 2023-08-29 21:24:05 +02:00
parent c12b2c8101
commit 7fbd1db01d
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ if [[ "$NATIVE" != "true" ]]; then
./.docker/SymlinkPrefix.javash "/root/cross-build-pkgs/" "/" "./"
fi
apt-get --assume-yes -o Dpkg::Options::="--force-overwrite" install --no-install-recommends \
g++ gcc-8 libstdc++-8-dev zlib1g-dev libssl-dev gperf \
g++ gcc libstdc++-8-dev zlib1g-dev libssl-dev gperf \
tree git maven php-cli php-readline make cmake
if [[ "$NATIVE" != "true" ]]; then

View File

@ -44,7 +44,7 @@ if [[ "$NATIVE" != "true" ]]; then
./.docker/SymlinkPrefix.javash "/root/cross-build-pkgs/" "/" "./"
fi
apt-get --assume-yes -o Dpkg::Options::="--force-overwrite" install --no-install-recommends \
g++-12 gcc-12 libstdc++-12-dev zlib1g-dev libssl-dev gperf \
g++-12 gcc libstdc++-12-dev zlib1g-dev libssl-dev gperf \
tree git maven php-cli php-readline make cmake
if [[ "$NATIVE" != "true" ]]; then