- create lib dir when compiling blender for windows
This commit is contained in:
1
extern/ode/Makefile
vendored
1
extern/ode/Makefile
vendored
@@ -46,6 +46,7 @@ all:
|
|||||||
$(MAKE) -C $(DISTDIR)
|
$(MAKE) -C $(DISTDIR)
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS),windows)
|
ifeq ($(OS),windows)
|
||||||
|
[ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
|
||||||
# compile with MSVC
|
# compile with MSVC
|
||||||
mv $(USERSETTINGS) $(TEMPSETTINGS)
|
mv $(USERSETTINGS) $(TEMPSETTINGS)
|
||||||
cat $(TEMPSETTINGS) | sed s/unix-gcc/msvc/ > $(USERSETTINGS)
|
cat $(TEMPSETTINGS) | sed s/unix-gcc/msvc/ > $(USERSETTINGS)
|
||||||
|
Reference in New Issue
Block a user