Fix the tagfile build error

This commit is contained in:
2023-01-04 23:47:51 -07:00
committed by Celtic Minstrel
parent 2e61c44307
commit 0da809d76f
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ tools = Split("""
../fileio/map_parse.cpp
../fileio/special_parse.cpp
../fileio/tarball.cpp
../fileio/tagfile.cpp
../fileio/gzstream/gzstream.cpp
""") + Glob("../fileio/resmgr/*.cpp") + Glob("../gfx/*.cpp") + Glob("../scenario/*.cpp")