summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BaseTools/Conf/target.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template
index 7c0b62b..75eba36 100644
--- a/BaseTools/Conf/target.template
+++ b/BaseTools/Conf/target.template
@@ -63,9 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS
# cores or CPUs. Less than 2 means disable multithread build.
MAX_CONCURRENT_THREAD_NUMBER = 1
-# MULTIPLE_THREAD BOOLEAN Optional If TRUE, multi-thread is enable for bulding.
-# If FALSE, multi-thread is disable for building.
-MULTIPLE_THREAD = FALSE
+# MULTIPLE_THREAD BOOLEAN Optional If "Enable", multi-thread is enable for bulding.
+# If "Disable", multi-thread is disable for building.
+MULTIPLE_THREAD = Disable
# Build rules definition
#