Skip to content

Conversation

@imsys
Copy link
Contributor

@imsys imsys commented Sep 18, 2025

no need for the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 flag anymore.

no need for the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 flag anymore.
due to:
zip/src/miniz.h:8503:30: error: comparison is always false due to
limited range of data type [-Werror=type-limits]
8503 |     if (((mz_uint64)buf_size > 0xFFFFFFFF) || (uncomp_size >
0xFFFFFFFF)) {
but with the -Wno-type-limits flag
@Kaleidosium
Copy link
Contributor

Kaleidosium commented Oct 21, 2025

@imsys FYI: I checked with a fork and it seems like it compiles without issue on Android now, since you've updated gradle. Could you set it as ready to review?

https://github.com/Kaleidosium/TIC-80/actions/runs/18674388665/job/53241315668

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