mirror of https://gitlab.com/basile.b/dexed.git
fix, patch dep, only when loading not when cloning
This commit is contained in:
parent
cd8efb0e5d
commit
2442892fec
|
@ -629,8 +629,6 @@ begin
|
||||||
fRelease := src.fRelease;
|
fRelease := src.fRelease;
|
||||||
fAllinst := src.fAllInst;
|
fAllinst := src.fAllInst;
|
||||||
fStackStomp := src.fStackStomp;
|
fStackStomp := src.fStackStomp;
|
||||||
//
|
|
||||||
depPatch;
|
|
||||||
end
|
end
|
||||||
else inherited;
|
else inherited;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue