> Le 18 avr. 2019 à 05:11, John Ralls <jra...@ceridwen.us> a écrit : > > Pascal, > > Try setting buildroot in your jhbuildrc-custom. (I like to set a source, > build, and inst directory under a project directory, for example > ~/Development/Gramps-build/gramps-stable-git-Mojave/). > > In theory setting buildroot=None should force source directory builds, but it > doesn't seem to work consistently for me, some targets are building in source > and others in ~/.caches. It's probably something in my rather complex > jhbuildrc-custom that I stare at and don't see.
Hello John, Documentation said: "buildroot A string specifying the parent directory to place build trees. Defaults to None, which causes builds to be performed within the source trees." By default my buildroot is set to $HOME/.cache/jhbuild/build. I've added this line to my jhbuildrc-custom: buildroot = os.path.join(_root, ".cache/jhbuild/build") (_root is set to my dev folder) It's ok for me with that. I haven't tried with None. Thanks, Pascal. http://blady.pagesperso-orange.fr _______________________________________________ gtk-osx-users-list mailing list gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list