pkg-merge
- Added support for MacOS.
- Fixed
[warn] assumed root PKG file '' doesn't match PKG magic
. This was due tofilesystem::directory_iterator
class. It does not read files in alphabetical order. See Does boost directory_iterator visit files and folders in alphabetical order on Windows