brookfreepascal
brookfreepascal copied to clipboard
Unwanted path in dopfrt.lpk
$(PkgOutDir)\..\core
in https://github.com/risoflora/brookfreepascal/blob/main/plugins/dopf/packages/dopfrt.lpk#L52 will trigger failed recompilation as the it makes the compiler gain access to dOpf source code, causing it to recompile them producing duplicate compiled files for the package (one in the package directory, one in the project directory).
Please remove it, thank you.
Thanks! That https://github.com/risoflora/brookfreepascal/commit/98d41a4de04981471d527bfbe5ee7bcca9466984 ?
Yes, thank you.