Commit 74d8de6
authored
[libclc] Make LIBCLC_OUTPUT_LIBRARY_DIR directory before build (#20063)
libclc libraries are put in LIBCLC_OUTPUT_LIBRARY_DIR directory. Ninja
generator implicitly creates the output directory when generating
library files, but "Unix Makefiles" generator does not. Fixes `No such
file or directory` error in #20058.1 parent c0c92a8 commit 74d8de6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
0 commit comments