sandsmark / genieutils

A library for reading and writing the file formats used in the Genie engine (AoE, AoC, SWGB, etc.)
GNU Lesser General Public License v3.0
24 stars 7 forks source link

build: fix using bundled miniz #9

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 4 years ago

the miniz.c file was added to the DAT_SRC list before this line, so it would get overridden and discarded. That would cause linking errors down the line.

Now it concats the source file list and all should be good!