mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
~Installed~
This commit is contained in:
parent
e6a9688b80
commit
b77fd29f37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user