change name of binary in dedicated server build to lsrb2d

This commit is contained in:
Logan Aerl Arias 2024-01-01 20:21:46 +00:00 committed by Hanicef
parent 4f2879f31b
commit e5637e2946

View file

@ -2,8 +2,6 @@
# Makefile options for unices (linux, bsd...)
#
EXENAME?=lsdl2srb2
opts+=-DUNIXCOMMON -DLUA_USE_POSIX
# Use -rdynamic so a backtrace log shows function names
# instead of addresses
@ -17,9 +15,18 @@ endif
ifndef DEDICATED
ifndef DUMMY
SDL?=1
DEDICATED?=0
endif
endif
ifeq (${SDL},1)
EXENAME?=lsdl2srb2
endif
ifeq (${DEDICATED},1)
EXENAME?=lsrb2d
endif
# In common usage.
ifdef LINUX
libs+=-lrt