We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41659ff commit 10c58baCopy full SHA for 10c58ba
go.sh
@@ -50,7 +50,7 @@ for t in ${TARGETS}; do
50
./meta-zephyr-sdk/scripts/meta-zephyr-sdk-build.sh tools;
51
mv ./meta-zephyr-sdk/scripts/toolchains/zephyr-sdk-${unameMachine}-hosttools-standalone-0.9.sh .
52
elif [ "${t}" = "cmake" ]; then
53
- tar -jcvf ${t}.${unameMachine}.tar.bz2 -C ${SDK_NG_HOME} cmake;
+ tar -jcvf ${t}.${unameMachine}.tar.bz2 -C ${GITDIR} cmake;
54
fi
55
done
56
0 commit comments