From 3ce6499038f415ba7d31a7e1edcde45a37e12720 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Thu, 10 Jun 2021 05:03:23 +0700 Subject: [PATCH] Update setdevkitpath.sh --- setdevkitpath.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setdevkitpath.sh b/setdevkitpath.sh index f7ba6ee..4d87238 100755 --- a/setdevkitpath.sh +++ b/setdevkitpath.sh @@ -74,3 +74,5 @@ export OBJCOPY=$TOOLCHAIN/bin/$TARGET-objcopy export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib export STRIP=$TOOLCHAIN/bin/$TARGET-strip fi + +$thecc --version