Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Fix ranlib no symbols problem
Browse files Browse the repository at this point in the history
  • Loading branch information
syb0rg committed Aug 7, 2016
1 parent 89a2b8f commit b21d652
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/libsphinxbase/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SET(SOURCES bio.c
cmd_ln.c
dtoa.c
err.c
errno.c
f2c_lite.c
filename.c
genrand.c
Expand All @@ -26,5 +25,9 @@ SET(SOURCES bio.c
slapack_lite.c
strfuncs.c
)


if (WIN32)
set(SOURCES ${SOURCES} errno.c)
endif ()

add_library(util OBJECT ${SOURCES})

0 comments on commit b21d652

Please sign in to comment.