Skip to content

Commit

Permalink
[monorepo] Add missing var to Xcode builder
Browse files Browse the repository at this point in the history
llvm-svn: 368368
  • Loading branch information
JDevlieghere committed Aug 8, 2019
1 parent 9babc7a commit 73eee9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zorg/jenkins/monorepo_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ def lldb_cmake_xcode_builder(target):

create_dirs([conf.lldbxcodebuilddir()])

cmake_build_type = conf.cmake_build_type if conf.cmake_build_type else 'RelWithDebInfo'

llvm_dir = os.path.join(conf.installdir(), 'lib', 'cmake', 'llvm')
clang_dir = os.path.join(conf.installdir(), 'lib', 'cmake', 'clang')
xcode_cache = os.path.join(conf.lldbsrcdir(), 'cmake', 'caches', 'Apple-lldb-Xcode.cmake')
Expand Down

0 comments on commit 73eee9d

Please sign in to comment.