mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #2357 from pypeclub/bufix/linux-build-module-updating
Linux : flip updating submodules logic
This commit is contained in:
commit
b559169acb
1 changed files with 3 additions and 3 deletions
|
|
@ -178,10 +178,10 @@ main () {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$disable_submodule_update" == 1 ]; then
|
if [ "$disable_submodule_update" == 1 ]; then
|
||||||
echo -e "${BIGreen}>>>${RST} Making sure submodules are up-to-date ..."
|
echo -e "${BIYellow}***${RST} Not updating submodules ..."
|
||||||
git submodule update --init --recursive
|
|
||||||
else
|
else
|
||||||
echo -e "${BIYellow}***${RST} Not updating submodules ..."
|
echo -e "${BIGreen}>>>${RST} Making sure submodules are up-to-date ..."
|
||||||
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
echo -e "${BIGreen}>>>${RST} Building ..."
|
echo -e "${BIGreen}>>>${RST} Building ..."
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue