minecraft-again
minecraft-again copied to clipboard
yeah I made it again
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]:...
Whenever I try to use 'make' it gives the error : "make[1]: *** No rule to make target `osx-arm64'. Stop." Any ideas ? NB : I already added every submodule...
I recieve this error when compiling: $ make mkdir -p ./bin export LD_PATH="-framework QuartzCore -framework Cocoa -framework Carbon -framework Metal -framework CoreFoundation -framework IOKit" cd lib/bx && make osx-arm64 gcc=osx-arm64...