Browse Source

Avoid installation in units/i386-go32v2 instead of units/go32v2 for global packages go32v2 installation

git-svn-id: trunk@21448 -
pierre 13 years ago
parent
commit
a998ce14eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -3260,7 +3260,7 @@ end;
 
 procedure TCustomDefaults.RecalcTarget;
 begin
-  Ftarget:=CPUToString(FCPU)+'-'+OStoString(FOS);
+  Ftarget:=MakeTargetString(FCPU,FOS);
   GlobalDictionary.AddVariable('target',Target);
 end;