]> git.seodisparate.com - SimpleArchiver/commit
parser: Enable existing codepath for OSX
authorStephen Seo <seo.disparate@gmail.com>
Thu, 4 Jul 2024 02:54:15 +0000 (11:54 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 4 Jul 2024 02:54:15 +0000 (11:54 +0900)
commit518ac3ebe1d6ad18d782ff6a18004e3ee061c09e
tree8d10c8668baeec5d18e60be89e7cde9aabfc9d12
parent6ee347da12f77c21b4076ba5e667db0a7b6098b2
parser: Enable existing codepath for OSX

The Unix functions/headers used in parser for getting files/dirs from
the given positional arguments are also available in OSX
(theoretically), so they are now enabled for OSX platforms.

TODO: Add getting files/dirs code for the Windows platform.
src/parser.c