Skip to content
Snippets Groups Projects
Unverified Commit e71276a7 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

- dev: passthrough toolchain

parent c751c930
No related branches found
No related tags found
No related merge requests found
Pipeline #155256 passed
......@@ -153,12 +153,26 @@ else
exit 1
fi
if [[ $TOOLCHAIN_SPECIFIED == "true" ]]; then
dev/bin/generate.toolchain \
--platform $PLATFORM \
--toolchain $TOOLCHAIN \
--feature $FEATURE \
--pkgroot $PKGROOT \
--std $STD
else
dev/bin/generate.toolchain \
--platform $PLATFORM \
--feature $FEATURE \
--pkgroot $PKGROOT \
--std $STD
fi
dev/bin/resolve.dep \
--platform $PLATFORM \
--feature $FEATURE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment