Makefile: Add geoip so it gets installed
Without adding it to CORE it does not get installed and the game crashes.
This commit is contained in:
2
Makefile
2
Makefile
@@ -54,7 +54,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755
|
||||
INSTALL_DATA = $(INSTALL) -m644
|
||||
|
||||
# program targets
|
||||
CORE = fileformats rcg rgl rsdl rnull game utility
|
||||
CORE = fileformats rcg rgl rsdl rnull game utility geoip
|
||||
TOOLS = editor tsbuild ralint
|
||||
|
||||
VERSION = $(shell git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null || echo git-`git rev-parse --short HEAD`)
|
||||
|
||||
Reference in New Issue
Block a user