SUNRUSE-Junk-Drawer / breadcad

MIT License
0 stars 1 forks source link

Runtime error running from powershell #88

Open jameswilddev opened 4 years ago

jameswilddev commented 4 years ago
./sdf_cuboid
unable to determine whether stdin is empty
jameswilddev commented 4 years ago

This doesn't look trivial to fix. Part of the problem is that Windows doesn't seem to have a robust mechanism for detecting empty stdin without a blocking read.