mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
Automatic merge branch 'main' into 'devel'
This commit is contained in:
commit
13f005fdb5
@ -14,6 +14,10 @@ CCACHE=""
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
-s=*|--source_path=*)
|
||||
SOURCE_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
;;
|
||||
-b=*|--build_path=*)
|
||||
BUILD_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
|
||||
@ -14,6 +14,10 @@ CCACHE=""
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
-s=*|--source_path=*)
|
||||
SOURCE_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
;;
|
||||
-b=*|--build_path=*)
|
||||
BUILD_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
|
||||
@ -14,6 +14,10 @@ CCACHE=""
|
||||
for i in "$@"
|
||||
do
|
||||
case $i in
|
||||
-s=*|--source_path=*)
|
||||
SOURCE_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
;;
|
||||
-b=*|--build_path=*)
|
||||
BUILD_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user