x86 fix for staging vendor libraries

This commit is contained in:
casey langen 2023-09-10 00:09:34 -07:00
parent 81b75182c5
commit 9998cb0422

View File

@ -56,6 +56,8 @@ elif [[ "$PLATFORM" == 'Linux' ]]; then
fi
SYSTEM_ROOT="/build/x-tools/${XTOOLS_ARCH}/${XTOOLS_ARCH}/sysroot"
SYSTEM_TYPE="arm-linux-gnueabihf"
elif [[ $CROSSCOMPILE == "x86" ]]; then
SYSTEM_TYPE="i386-linux-gnu"
fi
cp $SYSTEM_ROOT/lib/$SYSTEM_TYPE/libncursesw.so.6 ./bin/lib