mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-24 02:57:12 +02:00
Update POCO library.
This commit is contained in:
4
vendor/POCO/ci/runtests.sh
vendored
4
vendor/POCO/ci/runtests.sh
vendored
@ -5,4 +5,8 @@ export POCO_BASE=`pwd`
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
|
||||
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:.:$POCO_BASE/lib/$osname/$osarch
|
||||
if [ "TSAN" = "$1" ]
|
||||
then
|
||||
export TSAN_OPTIONS="suppressions=$POCO_BASE/tsan.suppress,second_deadlock_stack=1"
|
||||
fi
|
||||
build/script/runtests.sh
|
||||
|
Reference in New Issue
Block a user