-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
No rule to make target osx-arm64
#6
Comments
I have the same error on an m1 mac. |
Did you clone with the subdirectories? Edit: Also this thread may be helpful |
yep, and god that thread is long |
I followed all the steps from the thread above and I still get this linking error. (I also posted this in the thread, but since it is closed I don't know if anybody will ever see my it).
Since I changed all the appropiate files, idk what I have done wrong :(
I'm using macOS Ventura 13.1. |
Same issue any solvers? EDIT: Solved! I rm -rf'ed the project and recloned it. follow both steps: 1) #2 (comment) 2) #2 (comment) |
Whenever I write make I keep getting this:
mkdir -p ./bin
export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit"
cd lib/bx && make osx-arm64
make[1]: *** No rule to make target `osx-arm64'. Stop.
make: *** [libs] Error 2
The text was updated successfully, but these errors were encountered: