We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ make install PREFIX="$(brew --cellar)/passage/dev" install: mkdir /opt/homebrew/Cellar/passage install: mkdir /opt/homebrew/Cellar/passage/dev install: mkdir /opt/homebrew/Cellar/passage/dev/lib install: mkdir /opt/homebrew/Cellar/passage/dev/lib/passage install: src/platform/darwin.sh -> /opt/homebrew/Cellar/passage/dev/lib/passage/platform.sh install: mkdir /opt/homebrew/Cellar/passage/dev/lib/passage/extensions install: mkdir /opt/homebrew/Cellar/passage/dev/bin install: src/.passage -> /opt/homebrew/Cellar/passage/dev/bin/passage
The text was updated successfully, but these errors were encountered:
Hmm, that's because autodetection is looking inside the prefix, which doesn't work with Homebrew's symlinking approach.
passage/Makefile
Lines 8 to 10 in a42b9c1
The best solution might be to just autodetect installation to the Homebrew Cellar.
Sorry, something went wrong.
Makefile
No branches or pull requests
The text was updated successfully, but these errors were encountered: