mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
13 lines
277 B
ObjectPascal
13 lines
277 B
ObjectPascal
--- 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;
|
|
|