reggae v0.5.12 (2017-07-26T21:05:47Z)
Home
Dub
Repo
reggaefileStr
tests
it
runtime
user_vars
Undocumented in source.
immutable
auto
reggaefileStr
=
q{
import
reggae
;
static
if
(
userVars.get
(
"1st"
,
false
))
mixin
build
!(
Target
(
"1st.txt"
,
"touch $out"
));
else
mixin
build
!(
Target
(
"2nd.txt"
,
"touch $out"
));
}
;
Meta
Source
See Source File
tests
it
runtime
user_vars
variables
reggaefileStr