Create dist/lib so the build can create it's library as expected
This commit is contained in:
1
extern/ode/Makefile
vendored
1
extern/ode/Makefile
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user