diff --git a/Makefile b/Makefile index b44cf4d..c94e60d 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,10 @@ endif busybox: $(busybox) nginx: - @cd nginx && make arch=$(arch) +ifneq ($(shell uname), Darwin) + @cd nginx && make arch=$(arch) all @cp nginx/build/$(arch)/nginx $(out_dir)/nginx +endif build: rust ucore biscuit $(busybox) nginx