Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-06-15 12:58:53 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-06-15 12:58:58 +0300
commitee61c1fe22846ea03ab9ca7a2a313a5b4ab9fcb0 (patch)
treeb9a20ede6885bee4e1db9b1d2903d9b15bd48dd1 /build_files/build_environment
parent0d59a643aadb103a3a96523bad9934708b023ddd (diff)
Cleanup: removed trailing spaces from `install_deps.sh`
No functional changes.
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 68ebed2dbf7..b3d300565e2 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1574,7 +1574,7 @@ compile_TBB() {
if [ ! -d $_inst ]; then
INFO "Building TBB-$TBB_VERSION$TBB_VERSION_UPDATE"
_is_building=true
-
+
# Rebuild dependencies as well!
_update_deps_tbb
@@ -1691,7 +1691,7 @@ compile_OCIO() {
if [ ! -d $_inst ]; then
INFO "Building OpenColorIO-$OCIO_VERSION"
_is_building=true
-
+
# Rebuild dependencies as well!
_update_deps_ocio
@@ -3678,7 +3678,7 @@ install_DEB() {
check_package_version_ge_DEB python3-dev $PYTHON_VERSION_MIN
if [ $? -eq 0 ]; then
PYTHON_VERSION_INSTALLED=$(echo `get_package_version_DEB python3-dev` | sed -r 's/^([0-9]+\.[0-9]+).*/\1/')
-
+
install_packages_DEB python3-dev
clean_Python
PRINT ""