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

Mingw64 Support #11

Open
alibasel opened this issue Apr 28, 2023 · 1 comment
Open

Mingw64 Support #11

alibasel opened this issue Apr 28, 2023 · 1 comment

Comments

@alibasel
Copy link

Hello,

I tried to compile tinylog in mingw64, but since some of the header files do not exist I couldn't succeed.
Is there any way for it?
#include <sys/resource.h>
#include <sys/syscall.h>
#include <sys/wait.h>

@pymumu
Copy link
Owner

pymumu commented Apr 29, 2023

Currently only Linux is supported, and some APIs used are not available under Windows.

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

No branches or pull requests

2 participants