the windows builder has 2 different build folders for
the debug and release libs, hardcoding the path like
this leads to an extra 1GB of downloaded files. The
windows builder supplies a single PACKAGE_DIR for both
but gets ignored.
I don't see a good reason to hardcode it like this.
I validated make make_source_archive still works on
linux after the change.