You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 1.12.0 dry run commands will produce an error such as error: WriteFile(ninja_builddir/.ninja_lock): Unable to create file. No such file or directory if the builddir directory does not already exist. I reproduced the error with a simple build.ninja file and running ninja -n:
builddir = ninja_builddir
rule cc
command = clang -c $in -o $out
build test.obj: cc test.cpp
Thanks!
The text was updated successfully, but these errors were encountered:
Hi. I'm using Ninja 1.12.0 on Windows.
Since 1.12.0 dry run commands will produce an error such as
error: WriteFile(ninja_builddir/.ninja_lock): Unable to create file. No such file or directory
if the builddir directory does not already exist. I reproduced the error with a simple build.ninja file and runningninja -n
:Thanks!
The text was updated successfully, but these errors were encountered: