summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 9f759ad4de..b857ecbd21 100755
--- a/build.sh
+++ b/build.sh
@@ -255,8 +255,8 @@ function build {
if [[ -n $current_target ]]; then
local cargo_output_dir="$CARGO_TARGET_DIR/$current_target/$RUST_BUILD_MODE"
- # To make it easier to package universal builds on macOS the binaries are located in a
- # directory with the name of the target triple.
+ # To make it easier to package multiple targets, the binaries are
+ # located in a directory with the name of the target triple.
local destination_dir="dist-assets/$current_target"
mkdir -p "$destination_dir"
else