mirror of https://gitlab.com/basile.b/dexed.git
dub projs, add default config when config arr is empty
This commit is contained in:
parent
560c5a5df0
commit
150fe32405
|
@ -735,7 +735,7 @@ begin
|
||||||
exit;
|
exit;
|
||||||
// the CE interface for dub doesn't make the difference between build type
|
// the CE interface for dub doesn't make the difference between build type
|
||||||
//and config, instead each possible combination type + build is generated.
|
//and config, instead each possible combination type + build is generated.
|
||||||
if fJSON.findArray('configurations', arr) then
|
if fJSON.findArray('configurations', arr) and (arr.Count > 0) then
|
||||||
begin
|
begin
|
||||||
for i:= 0 to arr.Count-1 do
|
for i:= 0 to arr.Count-1 do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue