Skip to content
  • Christopher Davis's avatar
    build: use add_dist_script for vendoring · 00b49caf
    Christopher Davis authored
    Our workaround for getting meson and cargo working together
    included a separate 'release' target that replaced
    'ninja dist' so that we could vendor dependencies.
    
    Now we use meson's add_dist_script to vendor the
    dependencies as part of 'ninja dist', so we no longer need
    the 'release' target.
    00b49caf