From 0e178589997382611931dfb26d3cb575173bef9b Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 7 Mar 2021 17:04:51 -0500 Subject: [PATCH] fix typo in examples Makefile --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index e9211aa..66f550e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ LIB = ../build/libTangerine.a BINDIR = bin ifeq ($(USE_INTERNAL_ASSIMP), y) -CXXFLAGS += -I../$(ASSIMP_DIR)/include -I$(ASSIMP_DIR)/build/include +CXXFLAGS += -I../$(ASSIMP_DIR)/include -I../$(ASSIMP_DIR)/build/include LDFLAGS = -lSDL2 -lGLEW -lGL ASSIMP_LIB := ../$(ASSIMP_DIR)/build/code/libassimp.a endif