Added compiler swith for Linux to override autodetected number of compile jobs - Followup - typo fix

master
ziree 2013-01-21 11:50:00 +01:00
parent f3abe0e35e
commit 5c3130fa40
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ PLATFORM="darwin" # darwin, win32, win64, linux32, linux64
BTYPE="Release"
CHANNEL="" # will be overwritten later with platform-specific values unless manually specified.
LL_ARGS_PASSTHRU=""
JOBS="1"
JOBS="0"
###
### Helper Functions