mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 11:03:02 +08:00
cc35672763
Add a `#else` line to `toolsrc/src/vcpkg/base/files.cpp`. On Linux and macOS, there are specific ways to copy from file descriptor to file descriptor, but on FreeBSD there isn't (as far as I could tell). This change does a copy using the POSIX standard `read` and `write` calls. (This change was to `RealFilesystem::rename_or_copy`). We expect to have people on FreeBSD install CMake themselves, and use `./bootstrap.sh -useSystemBinaries`, in order to build vcpkg. Since CMake 3.15.2 exists in the FreeBSD 12 (latest stable) package manager, it's trivial to install it. |
||
---|---|---|
.. | ||
include | ||
src | ||
vcpkg | ||
vcpkglib | ||
vcpkgmetricsuploader | ||
vcpkgtest | ||
.clang-format | ||
CMakeLists.txt | ||
dirs.proj | ||
vcpkg.natvis | ||
vcpkg.sln | ||
VERSION.txt |