diff --git a/docs/developer_guide/build.md b/docs/developer_guide/build.md index 8817b1defd..94e5f795b5 100755 --- a/docs/developer_guide/build.md +++ b/docs/developer_guide/build.md @@ -53,7 +53,7 @@ git clone -b "$ROCM_BRANCH" https://github.com/ROCm-Developer-Tools/HIPCC.git ```shell export CLR_DIR="$(readlink -f clr)" export HIP_DIR="$(readlink -f hip)" -export HIPCC_DIR="$(readlink -f hipcc)" +export HIPCC_DIR="$(readlink -f HIPCC)" ``` Note, starting from ROCM 5.6 release, clr is a new repository including the previous ROCclr, HIPAMD and OpenCl repositories.