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:
-rw-r--r--extern/ode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index 55c7bc6967b..a80698153f6 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -42,6 +42,7 @@ all:
[ $$? -eq 0 ] || patch < patchfile.FreeBSD )
endif
ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
+ [ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
$(MAKE) -C $(DISTDIR)
endif
ifeq ($(OS),windows)