mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix review comments
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
7c68408ee1
commit
2ee26bbd59
@ -1,10 +1,8 @@
|
||||
if (LINUX)
|
||||
set(vfs_xattr_SRCS vfs_xattr.cpp)
|
||||
if (APPLE)
|
||||
set(vfs_xattr_SRCS ${vfs_xattr_SRCS} xattrwrapper_mac.cpp)
|
||||
else()
|
||||
set(vfs_xattr_SRCS ${vfs_xattr_SRCS} xattrwrapper_linux.cpp)
|
||||
endif()
|
||||
set(vfs_xattr_SRCS
|
||||
vfs_xattr.cpp
|
||||
xattrwrapper_linux.cpp
|
||||
)
|
||||
|
||||
add_library("${synclib_NAME}_vfs_xattr" SHARED
|
||||
${vfs_xattr_SRCS}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user