qtwebengine: check whether src/3rdparty is a symlink

before creating it
This commit is contained in:
Jérôme Duval
2024-11-28 19:02:33 +01:00
parent f0020eb6cf
commit 2fcb982a85

View File

@@ -150,7 +150,10 @@ TEST_REQUIRES="
BUILD()
{
ln -srf $sourceDir2 src/3rdparty
if [ ! -L src/3rdparty ]; then
rmdir src/3rdparty
ln -srf $sourceDir2 src/3rdparty
fi
export DISABLE_ASLR=1