When script/build is run without the -c parameter, it tries to build the native_mksnapshot configuration even on non-ARM architectures and it fails with:
12:45:27,570 INFO - [exec] ninja: Entering directory `src/out-ia32/native_mksnapshot'
12:45:29,109 ERROR - [exec] ninja: error: '../../buildtools/third_party/libc++/trunk/src/algorithm.cpp', needed by 'obj/buildtools/third_party/libc++/libc++/algorithm.o', missing and no known rule to make it
When
script/build
is run without the-c
parameter, it tries to build thenative_mksnapshot
configuration even on non-ARM architectures and it fails with: