wrathematics / fastrand

Fast uniform and normal random number generators.
Other
2 stars 1 forks source link

minor fix to help with windows builds #1

Closed cdeterman closed 6 years ago

cdeterman commented 6 years ago

I just tried installed directly from repo on Windows machine and it crashed with the 'space' often found in 'Program Files'. The following small fix allows the build to complete.

wrathematics commented 6 years ago

Thanks!

cdeterman commented 6 years ago

As another small suggestion, you may want to look at appveyor for Windows CI builds as well. That could help you spot issues like this. I use it with my repositories to make sure they all build on Windows but generally use Travis for everything else. Food for thought.

wrathematics commented 6 years ago

Oh nice, I'll look into it. Thanks.