server: wscript: update.

This commit is contained in:
Andrey Akhmichin 2020-08-02 20:25:02 +05:00
parent 0a87baf1ed
commit 2f81811ca1

View File

@ -25,7 +25,7 @@ def build(bld):
source = bld.path.parent.ant_glob([
'pm_shared/*.c',
])
source += bld.path.parent.ant_glob([
source += bld.path.ant_glob([
'redempt/roy.cpp',
'tot/civ.cpp'
])