Well, -llua5.2. At least it's more explicit.

This commit is contained in:
ThePhD 2013-12-11 13:26:54 -05:00
parent 9204a019ba
commit e9d90d617c

View File

@ -6,7 +6,7 @@ objdir = obj
cxx = g++ cxx = g++
cxxflags = -std=c++11 -pedantic -pedantic-errors -Wextra -Wall -O2 -DNDEBUG cxxflags = -std=c++11 -pedantic -pedantic-errors -Wextra -Wall -O2 -DNDEBUG
incflags = -I"." -I"./include" -I"." -I"/usr/include/lua5.2" -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" -L"/usr/lib/lua5.2" -llua linkflags = -static -L"./lib" -llua5.2
rule compile rule compile
command = $cxx -MMD -MF $out.d $cxxflags -c $in -o $out $incflags command = $cxx -MMD -MF $out.d $cxxflags -c $in -o $out $incflags