docs: Add macos build documentation
Type: docs Change-Id: Iee03aacab2cfcb4e87190302dc641e8273b7f096 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:

committed by
Dave Wallace

parent
7b2e9fb1a8
commit
66f2a8891f
17
extras/scripts/patches/macos_build_externals.patch
Normal file
17
extras/scripts/patches/macos_build_externals.patch
Normal file
@ -0,0 +1,17 @@
|
||||
diff --git a/build/external/Makefile b/build/external/Makefile
|
||||
index e5dff3c43..ffd0a6476 100644
|
||||
--- a/build/external/Makefile
|
||||
+++ b/build/external/Makefile
|
||||
@@ -45,10 +45,10 @@ clean:
|
||||
@rm -rf $(B) $(I)
|
||||
|
||||
.PHONY: install
|
||||
-install: dpdk-install rdma-core-install quicly-install
|
||||
+install:
|
||||
|
||||
.PHONY: config
|
||||
-config: dpdk-config rdma-core-config
|
||||
+config:
|
||||
|
||||
##############################################################################
|
||||
# .deb packaging
|
Reference in New Issue
Block a user