From dd0659c0298a8ee3925f8f6ca01ae37091d2ba32 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 7 Mar 2021 19:41:26 -0500 Subject: [PATCH] fix make bug when not using internal assimp --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cae600b..6fe9fe8 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ endif all: mkdirs +ifeq ($(USE_INTERNAL_ASSIMP), y) $(MAKE) $(ASSIMP_LIB) +endif $(MAKE) $(LIBNAME) $(MAKE) examples .PHONY: all