Skip to content

fix(Clang&MinGW): Fix Clang and MinGW builds on linux. #303

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

Merged
merged 2 commits into from
May 17, 2025

Conversation

tupoy-ya
Copy link
Contributor

@tupoy-ya tupoy-ya commented May 12, 2025

This likely breaks building with clang for windows-gnu target, but it probably doesn't work anyway.

Updates minhook and nlohmann::json to work on latest cmake.
Adds clangd's .cache directory to .gitignore.

This was not tested in game!
Should work in game.

tupoy-ya added 2 commits May 12, 2025 19:24
This may break building with clang for windows-gnu target, but it
probably doesn't work anyway.
Copy link

Download the artifacts for this pull request:

@@ -28,6 +28,7 @@ namespace rage
std::uint32_t m_CxnId; // 0x0044
rage::netEvent* m_This; // 0x0048
uint32_t m_PeerId; // 0x0050
char pad_0084[4]; // 0x0054
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder why GCC wants padding here. Might be a compiler bug

@maybegreat48 maybegreat48 merged commit 61c2eab into YimMenu:enhanced May 17, 2025
1 check passed
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