Skip to content

Commit 9de817d

Browse files
committed
Fix Issue 21222 - Add windows 64 bit version of rdmd
1 parent 7493f91 commit 9de817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ write_env_vars() {
11971197
echo "set _OLD_D_PATH=%PATH%"
11981198
echo "set PATH=${DUB_BIN_PATH:+$(cygpath -w "${DUB_BIN_PATH}");}${winpath};%PATH%"
11991199
if [[ $PROCESSOR_ARCHITECTURE != x86 ]]; then
1200-
echo "set PATH=${winpath}64;%PATH%"
1200+
echo "set PATH=${winpath}64;%${winpath};PATH%"
12011201
fi
12021202
} > "$ROOT/$1/activate.bat"
12031203
fi

0 commit comments

Comments
 (0)