Skip to content

Commit

Permalink
Add space before -DEVTGEN_EXTERNAL=1
Browse files Browse the repository at this point in the history
  • Loading branch information
fisyak committed Sep 10, 2024
1 parent 66b02fe commit 709d840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgr/Conscript-standard
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ if ( $pkg !~ /^sim$/ && $pkg !~ /^gen$/ ) {
$CPPPATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/${py8ver}/include";
$CPPPATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/Photos3_61/include";
$CPPPATH .= $main::PATH_SEPARATOR . "#StRoot/StarGenerator/Tauola1_1_5/include";
$CXXFLAGS .= "-DEVTGEN_EXTERNAL=1 -DEVTGEN_PYTHIA=1 -DEVTGEN_PHOTOS=1 -DEVTGEN_TAUOLA=1 -DEvtGen_version=\\\"$pkg\\\" ";
$CXXFLAGS .= " -DEVTGEN_EXTERNAL=1 -DEVTGEN_PYTHIA=1 -DEVTGEN_PHOTOS=1 -DEVTGEN_TAUOLA=1 -DEvtGen_version=\\\"$pkg\\\" ";
$CXXFLAGS .= " -DPythia8_version=\\\"$py8ver\\\" ";
print "CPPPATH = $CPPPATH\n" if $param::debug;

Expand Down

0 comments on commit 709d840

Please sign in to comment.