Skip to content

Commit a606bdb

Browse files
committed
setup: ubuntu 25.04
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7c141df commit a606bdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/DependencyInstaller.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ _installUbuntuPackages() {
135135

136136
packages=()
137137
# Choose libstdc++ version
138-
if _versionCompare $1 -ge 24.04; then
138+
if _versionCompare $1 -ge 25.04; then
139+
packages+=("libstdc++-15-dev")
140+
elif _versionCompare $1 -ge 24.04; then
139141
packages+=("libstdc++-14-dev")
140142
elif _versionCompare $1 -ge 22.10; then
141143
packages+=("libstdc++-12-dev")

0 commit comments

Comments
 (0)