You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a package for my project. The first thing I want to do is redirect all build artifacts to a custom directory. I know I can supply --outdir however my build directory needs to be generated as part of the build process so I can't supply at the command line. I can write a custom backend to redirect but the build still makes the {source}/dist directory in _call_backend before calling _handle_backend and so i cant stop it.
The text was updated successfully, but these errors were encountered:
I'm trying to create a package for my project. The first thing I want to do is redirect all build artifacts to a custom directory. I know I can supply
--outdir
however my build directory needs to be generated as part of the build process so I can't supply at the command line. I can write a custom backend to redirect but the build still makes the{source}/dist
directory in_call_backend
before calling_handle_backend
and so i cant stop it.The text was updated successfully, but these errors were encountered: