Skip to content

Commit

Permalink
Fix Issue 21222 - Add windows 64 bit version of rdmd
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanN7 committed Jul 16, 2021
1 parent 7493f91 commit 9de817d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ write_env_vars() {
echo "set _OLD_D_PATH=%PATH%"
echo "set PATH=${DUB_BIN_PATH:+$(cygpath -w "${DUB_BIN_PATH}");}${winpath};%PATH%"
if [[ $PROCESSOR_ARCHITECTURE != x86 ]]; then
echo "set PATH=${winpath}64;%PATH%"
echo "set PATH=${winpath}64;%${winpath};PATH%"
fi
} > "$ROOT/$1/activate.bat"
fi
Expand Down

0 comments on commit 9de817d

Please sign in to comment.