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

fix: mingw builds #4290

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

joveeater
Copy link
Collaborator

Purpose of change

This attempts to fix the mingw windows builds. It's 2 different fixes for 32 and 64 bit and I'm not sure either will work. Note it's the mingw builds I'm looking at here rather than the translation problems affecting the msvc build.

Describe the solution

The 32 bit fix gets rid of size_t from the lua doc because it's internally the same type as unsigned int and so conflicted. The 64 bit fix adds "-Wa,-mbig-obj" to the build flags so it won't complain that the output is too big.

Testing

None, I don't have a windows machine. I'm hoping to test it in the pipeline.

@github-actions github-actions bot added the src changes related to source code. label Mar 4, 2024
@scarf005 scarf005 merged commit ea2ad8e into cataclysmbnteam:main Mar 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src changes related to source code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants