diff options
Diffstat (limited to 'llvm/docs/FAQ.rst')
-rw-r--r-- | llvm/docs/FAQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.rst b/llvm/docs/FAQ.rst index 8db94c6250c..0559a1ff215 100644 --- a/llvm/docs/FAQ.rst +++ b/llvm/docs/FAQ.rst @@ -102,7 +102,7 @@ grabbing the wrong linker/assembler/etc, there are two ways to fix it: .. code-block:: console - % PATH=[the path without the bad program] ./configure ... + % PATH=[the path without the bad program] $LLVM_SRC_DIR/configure ... This is still somewhat inconvenient, but it allows ``configure`` to do its work without having to adjust your ``PATH`` permanently. |