Kaydet (Commit) b08f6ca2 authored tarafından Andras Timar's avatar Andras Timar

INSTDIR <> INSTROOT on OSX, and we need INSTROOT

Change-Id: I629c9791756c7c2bf95772c9b44386bd14911bd3
üst e74f4232
......@@ -55,7 +55,7 @@ sub create_pathvariables
my $platformname = $environment->{'OUTPATH'};
$variables{'platformname'} = $platformname;
my $instdir = $ENV{'INSTDIR'};
my $instdir = $ENV{'INSTROOT'};
$variables{'instdir'} = $instdir;
my $installscriptdir = $environment->{'WORKDIR'} . $installer::globals::separator . "InstallScriptTarget";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment