projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ca6e1
)
[LLDB] Only set FRAMEWORK when we're actually building a framework.
author
Jonas Devlieghere
<jonas@devlieghere.com>
Tue, 12 Nov 2019 23:42:07 +0000
(15:42 -0800)
committer
Jonas Devlieghere
<jonas@devlieghere.com>
Tue, 12 Nov 2019 23:42:07 +0000
(15:42 -0800)
lldb/source/API/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lldb/source/API/CMakeLists.txt
b/lldb/source/API/CMakeLists.txt
index
488dae3
..
934bbf2
100644
(file)
--- a/
lldb/source/API/CMakeLists.txt
+++ b/
lldb/source/API/CMakeLists.txt
@@
-11,9
+11,10
@@
endif()
if(LLDB_BUILD_FRAMEWORK)
set(option_install_prefix INSTALL_PREFIX ${LLDB_FRAMEWORK_INSTALL_DIR})
+ set(option_framework FRAMEWORK)
endif()
-add_lldb_library(liblldb SHARED
FRAMEWORK
+add_lldb_library(liblldb SHARED
${option_framework}
SBAddress.cpp
SBAttachInfo.cpp
SBBlock.cpp