Skip to content

Commit 92e5dab

Browse files
committed
Merge pull request #871 from modocache/cross-compilation
[build-script] Print unknown target
2 parents 4d03887 + 44db638 commit 92e5dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ for t in ${CROSS_COMPILE_TOOLS_DEPLOYMENT_TARGETS} ; do
783783
)
784784
;;
785785
*)
786-
echo "Unknown deployment target"
786+
echo "Unknown deployment target: ${t}"
787787
exit 1
788788
;;
789789
esac

0 commit comments

Comments
 (0)