From 35d831f7783f2c14a5d66c48a0788d27bdc2ccdb Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 29 Aug 2015 19:51:59 +0200 Subject: [PATCH] LP-29 add missing OSG_DIR definition --- make/tools.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/tools.mk b/make/tools.mk index 908177995..5974423ad 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -115,6 +115,7 @@ UNCRUSTIFY_DIR := $(TOOLS_DIR)/uncrustify-0.60 DOXYGEN_DIR := $(TOOLS_DIR)/doxygen-1.8.3.1 GTEST_DIR := $(TOOLS_DIR)/gtest-1.6.0 CCACHE_DIR := $(TOOLS_DIR)/ccache +OSG_DIR := $(TOOLS_DIR) ifeq ($(UNAME), Linux) ifeq ($(ARCH), x86_64)