Browse Source

fix make bug when not using internal assimp

render_group_fix
cinnaboot 5 years ago
parent
commit
dd0659c029
  1. 2
      Makefile

2
Makefile

@ -25,7 +25,9 @@ endif
all: mkdirs
ifeq ($(USE_INTERNAL_ASSIMP), y)
$(MAKE) $(ASSIMP_LIB)
endif
$(MAKE) $(LIBNAME)
$(MAKE) examples
.PHONY: all

Loading…
Cancel
Save