Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 25, 2024
1 parent 185c5cb commit 7021015
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugins/mysql/versions/9.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,12 @@ Install_mysql()
fi

export PKG_CONFIG_PATH=/usr/lib/pkgconfig
apt install -y gcc-13 g++-13
WHERE_DIR_GCC=/usr/bin/gcc-13
WHERE_DIR_GPP=/usr/bin/g++-13
apt install -y gcc-11 g++-11
WHERE_DIR_GCC=/usr/bin/gcc-11
WHERE_DIR_GPP=/usr/bin/g++-11


OPTIONS="${OPTIONS} -DFORCE_INSOURCE_BUILD=1"
fi


Expand Down

0 comments on commit 7021015

Please sign in to comment.