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