Skip to content

Commit

Permalink
Check in 1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Jul 9, 2021
1 parent cc90145 commit 4ce0bab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,11 @@ preparelibquic

STDC_LIB=`g++ -print-file-name='libstdc++.a'`
cp ${STDC_LIB} ../thirdparty/lib64/
if [ ! $? -eq 0 ]; then
STDC_LIB=`g++ -print-file-name='libstdc++fs.a'`
cp ${STDC_LIB} ../thirdparty/lib64/libstdc++.a
fi

cp ../thirdparty/src/brotli/out/*.a ../thirdparty/lib64/
cp ../thirdparty/src//libxml2/.libs/*.a ../thirdparty/lib64/
cp ../thirdparty/src/libmaxminddb/include/* ../thirdparty/include/
Expand Down

0 comments on commit 4ce0bab

Please sign in to comment.