jsbueno/extrainterpreters

Windows Build

Opened this issue · 0 comments

The code should be good for running on Windows as is -
However, I don't regularly use Windows, and last time I tried to build it I hit a wall because this code needs stdatomic.h in C, and the build-stack I had installed configured it to work with C++ -
Searching on how to get it configured to work with plain C took me to places I don't want to be. :-)

Help wanted on this one.