diff --git a/Makefile b/Makefile index dc81b8a7df..8ac2e38aa2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CXX?= g++ CXXFLAGS?= # Replace this path with your OIS include path -OIS_PATH=../../software/include +OIS_PATH=../../../software/include # Compiler settings for Ogre + OIS. Change as needed. OGCC=$(CXX) $(CXXFLAGS) `pkg-config --cflags OGRE` -I$(OIS_PATH)