Skip to content

Commit fd6a31d

Browse files
authored
Add note about relative paths to readme (#8613)
We haven't been able to repro the issue, but for at least one person using a relative path here appeared to cause a build failure.
1 parent 82bfe3c commit fd6a31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ $ cmake --build build
229229

230230
Setting `-DHalide_LLVM_ROOT` is not required if you have a suitable system-wide
231231
version installed. However, if you have multiple LLVMs installed, it can pick
232-
between them.
232+
between them. Do not use a relative path for `Halide_LLVM_ROOT`. It can cause
233+
problems on some systems.
233234

234235
### Windows
235236

0 commit comments

Comments
 (0)