We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
The ndk-build in cocos2d-console should use -j1 as default
The ndk-build in cocos2d-console should use -j1 as default
Bug #4446 [Closed]
- Status changed from New to Closed
Status: | Closed | |
---|---|---|
Start date: | 2014-03-19 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | android | |
Target version: | 3.0-rc1 |
Now there is a problem of ndk-build in cocos2d-console:
When use command
cocos run -p android
the ndk-build command is used like this:The problem is : there are two parameters of
-j
. The first one is
-j4
, and the other one is
-j1
`.The related post in forums : http://www.cocos2d-x.org/forums/6/topics/47758