brookfreepascal icon indicating copy to clipboard operation
brookfreepascal copied to clipboard

Unwanted path in dopfrt.lpk

Open leledumbo opened this issue 3 years ago • 2 comments

$(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.

leledumbo avatar Sep 14 '22 02:09 leledumbo

Thanks! That https://github.com/risoflora/brookfreepascal/commit/98d41a4de04981471d527bfbe5ee7bcca9466984 ?

Al-Muhandis avatar Sep 18 '22 21:09 Al-Muhandis

Yes, thank you.

leledumbo avatar Sep 19 '22 06:09 leledumbo