From a057c4c7ed485a502fca0031426155014bfa13de Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Tue, 25 Apr 2017 15:40:22 -0700 Subject: [PATCH] Set RunCrossGen=true for non-Windows R2R runs --- tests/helixprep.proj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/helixprep.proj b/tests/helixprep.proj index 678006b..22c5935 100644 --- a/tests/helixprep.proj +++ b/tests/helixprep.proj @@ -74,7 +74,7 @@ Condition="'$(TargetsWindows)' == 'true' "> - set RunCrossGen=true + set RunCrossGen=true + $(WrapperShContents)export RunCrossGen=true%0a $(WrapperShContents)overlayDir=%24CORE_ROOT%0a $(WrapperShContents)if [ ! -f %24overlayDir/crossgenCompleted.mrk ]%3B then%0a $(WrapperShContents) filesToPrecompile=%24(find -L %24overlayDir -iname \%2A.dll -not -iname \%2A.ni.dll -not -iname \%2A-ms-win-\%2A -type f )%0a -- 2.7.4