From 500966551ccb226cc158ccf67e7bed8ade7b1bbe Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 19 Aug 2023 06:28:58 -0600 Subject: [PATCH] Add note on providing specific Make on macOS when using Docker build. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e0f3c58..e22e002 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ make -j8 docker-plugin-build PLUGIN_DIR=... ``` You may replace 8 with your desired number of parallel jobs, such as your number of logical cores. +**NOTE for macOS platform**: You may have to add `MAKE=make` to the build command on macOS. +```bash +MAKE=make make -j8 docker-plugin-build PLUGIN_DIR=... +``` + Built plugin packages are placed in the `plugin-build/` directory. ### Rack SDK management