fix CMakeLists.txt

This commit is contained in:
Kelvin Sherlock 2017-08-09 08:13:08 -04:00
parent 3e0c6c77fc
commit 2c68e8e473
1 changed files with 1 additions and 1 deletions

View File

@ -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()