forked from OSchip/llvm-project
[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abi
CMake sets adds that definition automatically, but we don't need or use it. llvm-svn: 373940
This commit is contained in:
parent
bef93a98cd
commit
d03068c3e1
|
@ -176,7 +176,9 @@ if (LIBCXXABI_ENABLE_SHARED)
|
|||
SOVERSION
|
||||
"1"
|
||||
VERSION
|
||||
"1.0")
|
||||
"1.0"
|
||||
DEFINE_SYMBOL
|
||||
"")
|
||||
|
||||
if(LIBCXXABI_ENABLE_PIC)
|
||||
set_target_properties(cxxabi_shared PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
Loading…
Reference in New Issue