diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b5703b..53b7f45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (WIN32 OR CYGWIN OR MSYS OR MINGW) set(REMAP src/remap_os_error.c) endif() else() - set(XATTR srx/xattr.c) + set(XATTR src/xattr.c) endif()