You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fixed typo
This commit is contained in:
@@ -8,7 +8,7 @@ import sys
|
|||||||
import methods
|
import methods
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
|
||||||
# Enable aggresive compile mode if building on amulti core box
|
# Enable aggresive compile mode if building on a multi core box
|
||||||
if ARGUMENTS.get('spawn_jobs', 'yes') == 'yes':
|
if ARGUMENTS.get('spawn_jobs', 'yes') == 'yes':
|
||||||
NUM_JOBS = multiprocessing.cpu_count()
|
NUM_JOBS = multiprocessing.cpu_count()
|
||||||
if NUM_JOBS > 1:
|
if NUM_JOBS > 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user