i forgot to enable buffered io for ftp...

This commit is contained in:
ITotalJustice
2024-12-31 05:52:51 +00:00
parent 389a4cfef5
commit 9b1788d1ec

View File

@@ -178,6 +178,7 @@ set(FTPSRV_LIB_CUSTOM_DEFINES
USE_VFS_SAVE=$<BOOL:TRUE>
USE_VFS_STORAGE=$<BOOL:TRUE>
USE_VFS_GC=$<BOOL:${USE_VFS_GC}>
VFS_NX_BUFFER_IO=$<BOOL:TRUE>
)
add_subdirectory(${ftpsrv_SOURCE_DIR} binary_dir)