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 get_dependencies.py failing to build flatbuffers (tested on macOS) #332

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

danra
Copy link
Contributor

@danra danra commented Mar 18, 2024

Due to a -Wunused-but-set-variable warning (and -Werror) in flatbuffers/src/flatbuffers/src/idl_gen_rust.cpp:409

get_dependencies.py is apparently aware of the issue but DCMAKE_C[XX]_FLAGS are defined twice in dependencies.json for flatbuffers, the second time apparently overriding the first.

Due to a -Wunused-but-set-variable warning (and -Werror) in flatbuffers/src/flatbuffers/src/idl_gen_rust.cpp:409

get_dependencies.py is apparently aware of the issue but DCMAKE_C[XX]_FLAGS are defined twice in dependencies.json for flatbuffers, the second time apparently overriding the first.
@lakulish lakulish merged commit 1b4821c into ValveSoftware:master Mar 20, 2024
@danra danra deleted the fix_failing_flatbuffers branch March 21, 2024 03:47
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