Skip to content

fix: work around more path separator mismatches in static block#67

Merged
richard-ramos merged 2 commits intomainfrom
more-static-read-fixes
Feb 25, 2026
Merged

fix: work around more path separator mismatches in static block#67
richard-ramos merged 2 commits intomainfrom
more-static-read-fixes

Conversation

@tersec
Copy link
Contributor

@tersec tersec commented Feb 25, 2026

@tersec tersec requested a review from a team as a code owner February 25, 2026 09:35
@tersec tersec requested review from richard-ramos and vladopajic and removed request for a team February 25, 2026 09:35
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
localPassC:
"-D_HAS_EXCEPTIONS=0 -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_CRT_SECURE_NO_WARNINGS"
.}
{.passl: "-lstdc++".}
Copy link
Member

Choose a reason for hiding this comment

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

Interesting! how come the CI worked without this?

Copy link
Contributor

Choose a reason for hiding this comment

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

this is actually wrong - which C++ library should be used depends on how the c++ compiler was compiled, not the platform - ie clang might use either c++ or stdc++ depending on the distro

@richard-ramos richard-ramos merged commit 86b8efc into main Feb 25, 2026
16 checks 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.

3 participants