mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
Unbreak my hasty "unbreak" cmake fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d312eb0f52
commit
c3fb55dfba
@ -629,7 +629,7 @@ if(WIN32 OR CYGWIN)
|
||||
set(LLVM_ENABLE_PLUGINS_default OFF)
|
||||
endif()
|
||||
else()
|
||||
set(LLVM_ENABLE_PLUGINS_default LLVM_ENABLE_PIC)
|
||||
set(LLVM_ENABLE_PLUGINS_default ${LLVM_ENABLE_PIC})
|
||||
endif()
|
||||
option(LLVM_ENABLE_PLUGINS "Enable plugin support" ${LLVM_ENABLE_PLUGINS_default})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user