You've already forked lazarus-ccr
iphonelazext: fix wrong SDK selection. Fixed Xcode project updates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -63,8 +63,6 @@ begin
|
||||
pth:=allfiles[i];
|
||||
if (FilterMask='') or (not MaskList.Matches(pth)) then begin
|
||||
linkname:=linkdir+Copy(pth, length(curdir), length(pth));
|
||||
writeln('link from: ', pth);
|
||||
writeln(' to: ', linkname);
|
||||
fpSymlink(PAnsiChar(pth), PAnsiChar(linkname));
|
||||
end;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user