mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Ugh, this is not real
This commit is contained in:
parent
01764a86f4
commit
975c537d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
(defvar llvm-core-count 8)
|
||||
|
||||
(defun lls/ninja-build-tools (build-dir tools-list &optional verbose)
|
||||
(format "set -o pipefail && ninja --color=always -C %s -j %d %s %s 2>&1 | tee ninja.log"
|
||||
(format "set -o pipefail && ninja -C %s -j %d %s %s 2>&1 | tee ninja.log"
|
||||
build-dir llvm-core-count
|
||||
(if verbose "-v" "")
|
||||
(string-join tools-list " ")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue