I am creating a custom build to deploy across many...
# general
b
I am creating a custom build to deploy across many machines so need custom configuration and flag files . The steps I have taken so far have been
Copy code
make deps
make
./tools/deployment/make_osx_package.sh
am I missing a step to get the dependency to link?