Skip to content

Commit 7421bf3

Browse files
committed
increased minimal GLIBCXX version from 3.4.5 to 3.4.11
1 parent 9497a83 commit 7421bf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/check_symbols.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ function check_symbols
3434
}
3535

3636
check_symbols $1 GLIBC 2 4 0
37-
check_symbols $1 GLIBCXX 3 4 5
37+
check_symbols $1 GLIBCXX 3 4 11
3838
check_symbols $1 CXXABI 1 3 0
3939

scripts/package_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EMBREE_VERSION=$2
4343
# create package
4444
make -j 16 preinstall
4545
check_symbols libembree.so GLIBC 2 4 0
46-
check_symbols libembree.so GLIBCXX 3 4 5
46+
check_symbols libembree.so GLIBCXX 3 4 11
4747
check_symbols libembree.so CXXABI 1 3 0
4848
make -j 16 package
4949

0 commit comments

Comments
 (0)