Create build.arch file for xbuild
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 34s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2023-11-08 19:45:31 +01:00
parent 641b34b119
commit 38e6d950a0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -37,5 +37,6 @@ if [ ${?} -ne 0 ]; then
echo "Configure script failed."
exit 1
else
echo "${ARCH}" > ${EXECTOS_BINARY_DIR}/build.arch
echo "Configure script completed. Enter '${EXECTOS_BINARY_DIR}' directory and execute 'ninja' to build ExectOS."
fi