Skip to content

Commit

Permalink
Update make.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iharsh234 committed Mar 13, 2016
1 parent ab6ec07 commit 19416a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
print '\nMaking for Linux...\n'
if os.system('cd build && cmake .. && echo') == 0:
if not only_cmake:
os.system('cd build && make')
os.system('cd build && make -j$(sort -u /proc/cpuinfo | grep -c processor)')

elif sys_name == 'Darwin':
print '\nMaking for OS X...\n'
Expand Down

0 comments on commit 19416a4

Please sign in to comment.