mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 12:28:49 +08:00
merge acl
This commit is contained in:
parent
63181608f4
commit
3a956421c0
@ -216,7 +216,7 @@ else()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS
|
||||
" ${lib_output_path}/libprotocol.a ${lib_output_path}/libacl.a -liconv -lz -lpthread")
|
||||
"${lib_output_path}/libprotocol.a ${lib_output_path}/libacl.a -liconv -lz -lpthread")
|
||||
elseif (${UNIX_OS})
|
||||
set(CMAKE_SHARED_LINKER_FLAGS
|
||||
"${lib_output_path}/libprotocol.a ${lib_output_path}/libacl.a -lz -lpthread")
|
||||
|
Loading…
Reference in New Issue
Block a user