axodotdev / cargo-dist

📦 shippable application packaging
https://axodotdev.github.io/cargo-dist/
Apache License 2.0
1.31k stars 56 forks source link

Bug: generic builds can no longer locate their commands #1151

Open mistydemeo opened 2 weeks ago

mistydemeo commented 2 weeks ago

Starting with e4cd351b395b397182fae30d46c6e5a3433e81b7, generic projects no longer work: they always error out about not being able to locate/exec their desired command.

Before:

building generic target (aarch64-apple-darwin via make clean all)
rm -f mt32-volume
clang main.m -framework CoreMIDI -framework CoreServices -framework Foundation  -arch arm64 -o mt32-volume
announcing v1.0.1

After:

building generic target (aarch64-apple-darwin via make)
command: `make'
  × failed to exec generic build: make
  ╰─▶ No such file or directory (os error 2)