1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0029083: Samples - specify multiple Make jobs within make.sh for Qt sample

This commit is contained in:
kgv
2017-09-04 19:02:49 +03:00
committed by bugmaster
parent 4514dc74e4
commit e3368235ea
9 changed files with 51 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh" $*; fi
cd $aSamplePath
aSystem=`uname -s`