Skip to content

fix: fix x86 Windows build #218

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 1 commit into from
Jun 24, 2024

Conversation

qryxip
Copy link
Contributor

@qryxip qryxip commented Jun 24, 2024

Replaces extern "C" of BoundOperator's methods with extern_system_fn!.

Fixes #64 that recurred.

I don't know x86 Windows build works, but at least it compiles from now.

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 73 lines in your changes missing coverage. Please review.

Project coverage is 47.46%. Comparing base (668260c) to head (af834a0).

Files Patch % Lines
src/operator/bound.rs 0.00% 73 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
- Coverage   47.84%   47.46%   -0.38%     
==========================================
  Files          26       26              
  Lines        1783     1797      +14     
==========================================
  Hits          853      853              
- Misses        930      944      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

qryxip added a commit to qryxip/ort that referenced this pull request Jun 24, 2024
@decahedron1 decahedron1 merged commit 860e449 into pykeio:main Jun 24, 2024
Hiroshiba pushed a commit to VOICEVOX/ort that referenced this pull request Jun 25, 2024
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.

Ort v1.15 fails to build for i686-pc-windows-msvc targets
2 participants