Skip to content

Fix windows build by not using unistd there

Tobias Fella requested to merge (removed):windowsFix into master

Build fails on windows because unistd is not a thing there. Fixed by setting a flag to not use it on windows.

Merge request reports