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 -
This commit is contained in:
pierre 2021-06-23 14:37:34 +00:00
parent 125dbdc21c
commit 615e1c0431

View File

@ -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