BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets
This commit is contained in:
parent
02827d0dab
commit
b8948c3326
2 changed files with 18 additions and 3 deletions
|
@ -244,6 +244,12 @@ DIST_FILES_THEMES+=translations.dat
|
|||
endif
|
||||
DIST_FILES_THEMES:=$(addprefix $(srcdir)/gui/themes/,$(DIST_FILES_THEMES))
|
||||
|
||||
# Networking files
|
||||
DIST_FILES_NETWORKING=
|
||||
ifdef USE_SDL_NET
|
||||
DIST_FILES_NETWORKING:=$(addprefix $(srcdir)/backends/networking/,wwwroot.zip)
|
||||
endif
|
||||
|
||||
# Engine data files
|
||||
DIST_FILES_ENGINEDATA=
|
||||
ifdef ENABLE_ACCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue