mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Well, -llua5.2. At least it's more explicit.
This commit is contained in:
parent
9204a019ba
commit
e9d90d617c
|
@ -6,7 +6,7 @@ objdir = obj
|
|||
cxx = g++
|
||||
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/"
|
||||
linkflags = -static -L"./lib" -L"/usr/lib/lua5.2" -llua
|
||||
linkflags = -static -L"./lib" -llua5.2
|
||||
|
||||
rule compile
|
||||
command = $cxx -MMD -MF $out.d $cxxflags -c $in -o $out $incflags
|
||||
|
|
Loading…
Reference in New Issue
Block a user