Skip to content

Commit

Permalink
exclude windows from loading stuff it doesn't have
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Jul 17, 2024
1 parent c24db7b commit c32dd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmtk_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
#include "vm_core.h"
#include "ruby/st.h"
#include "vm_sync.h"
#ifndef _WIN32
#include "stdatomic.h"
#endif

#ifdef __APPLE__
#include <sys/sysctl.h>
Expand Down

0 comments on commit c32dd70

Please sign in to comment.