1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-06 10:40:30 +08:00

Merge pull request #6 from fumiama/master

synx
This commit is contained in:
源文雨
2022-10-15 23:55:10 +08:00
committed by GitHub

View File

@@ -10,9 +10,7 @@ if (${isBigEndian})
add_definitions(-DWORDS_BIGENDIAN)
endif()
IF(NOT (CMAKE_SYSTEM_NAME MATCHES "Darwin"))
add_compile_options("-lc")
ENDIF()
add_link_options("-lc")
IF(CMAKE_SIZEOF_VOID_P EQUAL 8)
add_library(base16384 SHARED base1464.c)