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 invalid functions in _cstd.py #27

Merged
merged 3 commits into from
Nov 30, 2022
Merged

Fix invalid functions in _cstd.py #27

merged 3 commits into from
Nov 30, 2022

Conversation

USLTD
Copy link
Contributor

@USLTD USLTD commented Nov 30, 2022

This happens on Linux platform where mathematical functions are in separate library called libm, so I added new mdll library which is dll on Windows and libm on other platforms.

Tests:
IMG_20221130_105305

@netlify
Copy link

netlify bot commented Nov 30, 2022

Deploy Preview for pointerspy ready!

Name Link
🔨 Latest commit 5ae2ac3
🔍 Latest deploy log https://app.netlify.com/sites/pointerspy/deploys/6386fe065870e80008a18c5c
😎 Deploy Preview https://deploy-preview-27--pointerspy.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@ZeroIntensity
Copy link
Owner

looks good, let me just fix the problems with the c extension first so i can test this properly, then ill merge

@ZeroIntensity ZeroIntensity merged commit ca9f81a into ZeroIntensity:master Nov 30, 2022
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.

None yet

2 participants