zboxfs / zbox

Zero-details, privacy-focused in-app file system.
https://zbox.io/fs/
Apache License 2.0
1.53k stars 74 forks source link

Fixes #38 #39

Closed amiraeva closed 5 years ago

amiraeva commented 5 years ago

Fixes #38

Minor changes to build.rs to fix compilation on Windows using MSVC toolchain. Adds cc build dependency on Windows to automatically find cl.exe (can invoke cargo without x86(_64) Native Tools Command Prompt).

burmecia commented 5 years ago

@amiraeva thanks for your PR!