DUB / changes & patches to dependencies
Keywan Ghadami via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jan 7 08:58:28 PST 2016
On Thursday, 7 January 2016 at 14:03:47 UTC, Robert M. Münch
wrote:
> I use DUB and have a vibe project and want to make some small
> changes to vibe.
>
> I tried just to change the file in
> ~/.dub/packages/vibe-d-0.7.26/source/vibe/core/drivers/win32.d
> and expect that DUB will recognize this, recompile vibe and
> build my project.
>
> But it doesn't. Changing a packages file won't trigger a build.
> Any idea how to do it?
It should work, when it did not work for me it was almost that i
made the change within the wrong directory. Please doublecheck
the version maybe dub uses a differnt folder. Maybe dub -v gives
you more information.
More information about the Digitalmars-d-learn
mailing list