forked from github/server
kompiliert jetzt auch unter linux mit jam.
This commit is contained in:
parent
05af5cf006
commit
2476e2cc97
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ if $(HAVE_LUA) {
|
||||||
main.cpp
|
main.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
LINKLIBS on eressea += -llua50 -llualib50 ;
|
LINKLIBS on $(BINARY) += -llua50 -llualib50 ;
|
||||||
LINKLIBS on eressea += -lluabind ;
|
LINKLIBS on $(BINARY) += -lluabind ;
|
||||||
|
LINKLIBS on $(BINARY) += -ldl -lstdc++ ;
|
||||||
} else {
|
} else {
|
||||||
BINARY = eressea ;
|
BINARY = eressea ;
|
||||||
SOURCES = main.c ;
|
SOURCES = main.c ;
|
||||||
|
|
Loading…
Reference in a new issue