mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-27 10:18:36 +00:00
Unbreak non-PIC builds after r361340/D62174
llvm-svn: 361399
This commit is contained in:
parent
1f63d7fef9
commit
be0e70dcde
@ -921,7 +921,7 @@ if(WIN32 OR CYGWIN)
|
||||
set(LLVM_ENABLE_PLUGINS OFF)
|
||||
endif()
|
||||
else()
|
||||
set(LLVM_ENABLE_PLUGINS ON)
|
||||
set(LLVM_ENABLE_PLUGINS ${LLVM_ENABLE_PIC})
|
||||
endif()
|
||||
|
||||
# By default we should enable LLVM_ENABLE_IDE only for multi-configuration
|
||||
|
Loading…
Reference in New Issue
Block a user