gabr42 / OmniThreadLibrary

A simple and powerful multithreading library for Delphi
http://www.omnithreadlibrary.com
Other
466 stars 142 forks source link

Runtime packages are set to Rebuild as needed {$implicitbuild on} #163

Closed vincentparrett closed 3 years ago

vincentparrett commented 3 years ago

This causes problems for any other packages taking a dependency on them (via dcp's) - users will get errors like this

E2466 Never-build package 'XXX' requires always-build package 'OmniThreadLibraryRuntime'

Happy to submit a PR for this, but I will wait for confirmation first.

gabr42 commented 3 years ago

I didn't know that this setting is causing problems (I really don't understand Delphi packages - they are a black art to me).

Please submit a PR, I'll merge it in.