Sfoglia il codice sorgente

Merge branch 'main' into 7zdll

Martijn Laan 3 mesi fa
parent
commit
45e760bf13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Projects/Src/Compiler.SetupCompiler.pas

+ 1 - 1
Projects/Src/Compiler.SetupCompiler.pas

@@ -4618,7 +4618,7 @@ begin
       end;
 
       RuntimeID := Values[paRuntimeID].Data;
-      if ISSigKeysRuntimeIDExists(RuntimeID) then
+      if (RuntimeID <> '') and ISSigKeysRuntimeIDExists(RuntimeID) then
         AbortCompileFmt(SCompilerISSigKeysNameOrRuntimeIDExists, [ParamISSigKeysRuntimeID, RuntimeID]);
     end;
   except