Browse Source

use name 'sfsys' not 'newsfsys'

richarddobson 2 years ago
parent
commit
6b246301bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/newsfsys/CMakeLists.txt

+ 1 - 1
dev/newsfsys/CMakeLists.txt

@@ -17,4 +17,4 @@ else()
    set(SFSYS_SRCS sfsys.c snd.c sfdir.c osbind.c props.c ieee80.c pvfileio.c)
 endif()
 
-add_library(newsfsys ${SFSYS_SRCS})
+add_library(sfsys ${SFSYS_SRCS})