Browse Source

Only set llvm to true if LLVM custom option variable is set, but not to false if not (as true might be the default value)

git-svn-id: trunk@49534 -
pierre 4 years ago
parent
commit
615e1c0431
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/ide/fpmake.pp

+ 1 - 3
packages/ide/fpmake.pp

@@ -203,9 +203,7 @@ begin
       begin
         s:=GetCustomFpmakeCommandlineOptionValue('LLVM');
         if (s='1') or (s='Y') then
-          llvm:=true
-        else
-          llvm:=false;
+          llvm:=true;
       end;
     { Only try to build natively }
     { or for cross-compile if the resulting executable