mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-06-12 21:07:10 +02:00
Update POCO library.
This commit is contained in:
Vendored
+4
@@ -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