dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
DefaultConfig.llvmLibPaths
configure
DefaultConfig
Undocumented in source.
string
[]
llvmLibPaths
;
enum
llvmLibPaths
;
struct
DefaultConfig
version(!D_Ddoc && OSX)
static
enum
llvmLibPaths
=
macPortsPaths.zip
(
homebrewPaths
).
map
!((
Tuple
!(
string
,
string
)
t
) => [
t
[
0
],
t
[
1
]]).
joiner.chain
(
standardPaths
).
array
;
auto
llvmLibPaths
;
auto
llvmLibPaths
;
Meta
Source
See Source File
configure
DefaultConfig
static variables
additionalLib
additionalLibPaths
centOsPaths
clangLib
cppLib
debianPaths
homebrewPaths
llvmConfigExecutable
llvmLibPaths
macPortsPaths
standardPaths