Skip to content

Fix Android Detection in lrzip_private.h#114

Merged
ckolivas merged 1 commit intockolivas:masterfrom
danieldjewell:master
May 28, 2019
Merged

Fix Android Detection in lrzip_private.h#114
ckolivas merged 1 commit intockolivas:masterfrom
danieldjewell:master

Conversation

@danieldjewell
Copy link
Copy Markdown
Contributor

lrzip_private.h was checking for "ANDROID" but
it should be ANDROID

lrzip now compiles just fine on android, it seems

lrzip_private.h was checking for "ANDROID" but
it should be __ANDROID__

lrzip now compiles just fine on android, it seems
@ckolivas ckolivas merged commit edb357e into ckolivas:master May 28, 2019
@danieldjewell
Copy link
Copy Markdown
Contributor Author

whoops, wrote my commit comment on the console and totally forgot that double underscore is GFM formatting

Should be: __ANDROID__ instead of ANDROID

Thanks for merging so quickly! :)

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