don't double-compile ticpp.cpp

This commit is contained in:
2024-06-13 13:30:56 -06:00
committed by Celtic Minstrel
parent 56169abaf5
commit 27d35ed7dc

View File

@@ -21,7 +21,6 @@ tools = Split("""
../fileio/tarball.cpp
../fileio/tagfile.cpp
../fileio/gzstream/gzstream.cpp
../fileio/xml-parser/ticpp.cpp
""") + Glob("../fileio/resmgr/*.cpp") + Glob("../gfx/*.cpp") + Glob("../scenario/*.cpp")
if str(platform) == "darwin":