]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Don't compile util/symlinks on Windows
authorTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2025 03:41:43 +0000 (22:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Mar 2025 12:22:12 +0000 (07:22 -0500)
commit1d41d03671fc4acf2e069b962a3e7e087360ef2f
tree05b7a510e2d6e3502882cb5da610ca26a25a4c8a
parenta0ae27b8bfd2cbf239aa1af39869f63e47f9350b
Don't compile util/symlinks on Windows

This helper program is only needed when building elf shared libraries,
and for some reason Windows is failing to compile POSIX's struct stat.
Windows doesn't support symlinks anyway.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
util/symlinks.c