From b77fd29f374a0cdbfb4939ea7804eb066bb19d5a Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 11 Dec 2013 13:14:34 -0500 Subject: [PATCH] ~Installed~ --- build.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ninja b/build.ninja index 66d92715..8b1c38cf 100644 --- a/build.ninja +++ b/build.ninja @@ -5,7 +5,7 @@ builddir = bin objdir = obj cxx = g++ cxxflags = -std=c++11 -pedantic -pedantic-errors -Wextra -Wall -O2 -DNDEBUG -incflags = -I"." -I"./include" -I"." -I"./lua-5.2.2/src/" -I"./Catch/include/" +incflags = -I"." -I"./include" -I"." =I"/usr/include/lua5.2" -I"./lua-5.2.2/src/" -I"./Catch/include/" linkflags = -static -L"./lib" -llua rule compile