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:
Diffstat (limited to 'extern/ode')
-rw-r--r--extern/ode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index a80698153f6..36128208049 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -46,6 +46,7 @@ all:
$(MAKE) -C $(DISTDIR)
endif
ifeq ($(OS),windows)
+ [ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
# compile with MSVC
mv $(USERSETTINGS) $(TEMPSETTINGS)
cat $(TEMPSETTINGS) | sed s/unix-gcc/msvc/ > $(USERSETTINGS)