mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 06:00:30 +00:00
Unbreak non-PIC builds after r362390 / D62720
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d2b2ea8ca
commit
de62abc8eb
@ -629,7 +629,7 @@ if(WIN32 OR CYGWIN)
|
||||
set(LLVM_ENABLE_PLUGINS_default OFF)
|
||||
endif()
|
||||
else()
|
||||
set(LLVM_ENABLE_PLUGINS_default ON)
|
||||
set(LLVM_ENABLE_PLUGINS_default LLVM_ENABLE_PIC)
|
||||
endif()
|
||||
option(LLVM_ENABLE_PLUGINS "Enable plugin support" ${LLVM_ENABLE_PLUGINS_default})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user