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:
authorDalai Felinto <dfelinto@gmail.com>2018-04-25 10:31:25 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-04-25 10:31:25 +0300
commitdfd82b18df6b73cd91272f0b66d9fa59815db44c (patch)
tree654ccb30fd83ee9ed9a8cac46df742180445e2e6 /GNUmakefile
parent2fe35914e17d6173925be06c61974479666b9ef7 (diff)
parent5285de16f3e8f6b29a85eda5d7632a98cd0cddfe (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3817e6b3e5c..01806b53e61 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -429,7 +429,7 @@ icons_geom: .FORCE
"$(BLENDER_DIR)/release/datafiles/blender_icons_geom_update.py"
update: .FORCE
- if [ "$(OS_NCASE)" == "darwin" ] && [ ! -d "../lib/$(OS_NCASE)" ]; then \
+ if [ "$(OS_NCASE)" = "darwin" ] && [ ! -d "../lib/$(OS_NCASE)" ]; then \
svn checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/$(OS_NCASE) ../lib/$(OS_NCASE) ; \
fi
if [ -d "../lib" ]; then \