Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find_files fix for linux, buildsystem fix. #6

Open
wants to merge 2 commits into
base: unity
Choose a base branch
from

Conversation

szreder
Copy link

@szreder szreder commented Jun 25, 2018

No description provided.

Bartosz Szreder added 2 commits June 25, 2018 16:23
The current implementation uses readdir() and struct dirent->d_type
field for determining whether we're dealing with a file or a directory.
The manual states that the d_type field is not supported by all
filesystem types. Therefore, whenever a d_type == DT_UNKNOWN is reported,
fallback to using the fstatat() system call.
@illwieckz
Copy link

See #5 for another zeng clean-up
Have a look at https://github.com/DaemonEngine/crunch as an actively maintained branch with linux fixes 😉

JimmyCushnie pushed a commit to MouseHatGames/crunch that referenced this pull request Sep 17, 2020
Add compression support for ETC1S/ETC2AS encodings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants