Merge pull request #2558 from el-tocino/mimic-build-core-fix
have a default if run without a core parampull/2565/head^2
commit
6a93747b9a
|
@ -18,7 +18,7 @@
|
|||
set -Ee
|
||||
|
||||
MIMIC_DIR=mimic
|
||||
CORES=$1
|
||||
CORES=${1:-1}
|
||||
MIMIC_VERSION=1.2.0.2
|
||||
|
||||
# for ubuntu precise in travis, that does not provide pkg-config:
|
||||
|
|
Loading…
Reference in New Issue