Skip to content

Commit ba59800

Browse files
committed
Update CMakeLists.txt
1 parent 2d9e047 commit ba59800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ list(REMOVE_ITEM MUSL_MATH_SRC "${MUSL_ROOT}/src/math/jn.c")
3232
list(REMOVE_ITEM MUSL_MATH_SRC "${MUSL_ROOT}/src/math/jnf.c")
3333
list(REMOVE_ITEM MUSL_MATH_SRC "${MUSL_ROOT}/src/math/tgamma.c")
3434

35-
add_library(${PROJECT_NAME} STATIC
35+
add_library(${PROJECT_NAME} OBJECT
3636
${MUSL_MATH_SRC}
3737
)
3838

0 commit comments

Comments
 (0)