From a7a1f8be92ebd310a613931e90541fa7800470e6 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 10 Mar 2021 11:10:29 +0100 Subject: [PATCH] PyQt sip fix --- products/compil_scripts/PyQt-5.15.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/products/compil_scripts/PyQt-5.15.sh b/products/compil_scripts/PyQt-5.15.sh index 5627454..ecf6c3f 100755 --- a/products/compil_scripts/PyQt-5.15.sh +++ b/products/compil_scripts/PyQt-5.15.sh @@ -76,6 +76,14 @@ then exit 5 fi +# Issue with GUI - TO BE FIXED +if [ -n "$SIP_ROOT_DIR" ] +then + cp -r $SIP_ROOT_DIR $PRODUCT_INSTALL +else + echo "FATAL: Please set SIP_ROOT_DIR environment variable" + exit 6 +fi echo echo "########## END" -- 2.39.2