From b5dd9c986822d531e339148b60c3075ba6dcad5a Mon Sep 17 00:00:00 2001 From: tsymalla-AMD <108407969+tsymalla-AMD@users.noreply.github.com> Date: Tue, 20 Sep 2022 05:55:02 +0200 Subject: [PATCH] XGK_BUILD_TOOLS => XGL_BUILD_TOOLS (#296) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9165c25..01cc7ce 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ cmake --build builds/Release32 > **Note:** * For debug build, use `-DCMAKE_BUILD_TYPE=Debug -DLLVM_PARALLEL_LINK_JOBS=2` (Linking a debug build of llvm is very memory intensive, so we use only two parallel jobs). -* If you want to build tools (such as [amdllpc](https://github.com/GPUOpen-Drivers/llpc/edit/dev/llpc/docs/amdllpc.md)) together with driver, add `-m build_with_tools.xml` in repo init and add the build option `-DXGK_BUILD_TOOLS=ON`. +* If you want to build tools (such as [amdllpc](https://github.com/GPUOpen-Drivers/llpc/edit/dev/llpc/docs/amdllpc.md)) together with driver, add `-m build_with_tools.xml` in repo init and add the build option `-DXGL_BUILD_TOOLS=ON`. ## Installation Instructions ### Install Vulkan SDK