Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.14.0
-
None
-
-
8ddbe6531b1273f634505a56a7de34830faada06 (qbs/qbs/1.14)
Description
I've created a simple qbs project (files are attached) that creates a static library. While building with qbs (on the branch master, qbs 1.14) for android I've got the error:
The process 'llvm-ar' could not be started: execve: No such file or directory.
I found that this error occurs in commit 65cb0d3e2d669151560b53fdbbd3f2f0efb29c44 due to incorrect formation of binutilsPathPrefix in android-gcc.qbs. It should include binutilsPath before "llvm-".