From 32a4345f750f871352aaf83da8160c0f6ccce43c Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 25 Nov 2021 08:54:41 -0800 Subject: [PATCH] DEVELOPERS.md: document how to set dynamic loader path on macOS --- DEVELOPERS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 851d1be3d..4a5177c87 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -279,7 +279,10 @@ env PATH=${PREFIX}/bin:${PATH} C_INCLUDE_PATH=${PREFIX}/include \ python3 -m pytest tests rtest --verbose ``` -*TODO: on macOS and Windows, you probably need to override different environment variables?* +On macOS, use the same command except replacing `LD_LIBRARY_PATH` with +`DYLD_LIBRARY_PATH`. + +*TODO: on Windows, you probably need to override different environment variables?* ## Performance and profiling -- 2.40.0