- Fix lazbuild tool

This commit is contained in:
Jose Alonso Cardenas Marquez 2015-06-15 09:09:51 +00:00
parent a2e55ec858
commit 324dbdf832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389680

View file

@ -0,0 +1,13 @@
--- ide/lazbuild.lpr 2015-06-15 03:49:45.000000000 -0500
+++ ide/lazbuild.lpr 2015-06-15 03:50:20.000000000 -0500
@@ -436,7 +436,9 @@
DoCreateMakefile(APackage)
else
CompilePackage(APackage,Flags);
-
+
+ PkgLinks.SaveUserLinks(true);
+
Result:=true;
end;