mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 22:34:42 +08:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
sed -i '/int Guess/a \
|
|
int j = 0;\
|
|
char* jobs = getenv( "NINJAJOBS" );\
|
|
if ( jobs != NULL ) j = atoi( jobs );\
|
|
if ( j > 0 ) return j;\
|
|
' src/ninja.cc |