1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-29 add missing OSG_DIR definition

This commit is contained in:
Philippe Renon 2015-08-29 19:51:59 +02:00
parent 13bc18c45f
commit 35d831f778

View File

@ -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)