Skip to content
  • Christopher Davis's avatar
    build: use add_dist_script for vendoring · 63528416
    Christopher Davis authored and Daniel Garcia Moreno's avatar Daniel Garcia Moreno committed
    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.
    63528416