Skip to content

Commit 1abee1e

Browse files
Copilotletmaik
andcommitted
Add environment variables to macOS build following lensfunpy pattern
Co-authored-by: letmaik <530988+letmaik@users.noreply.github.com>
1 parent 1c30f96 commit 1abee1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/build-macos.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ pip freeze
4949

5050
LIB_INSTALL_PREFIX=$(pwd)/external/libs
5151
export CMAKE_PREFIX_PATH=$LIB_INSTALL_PREFIX
52+
export PKG_CONFIG_PATH=$LIB_INSTALL_PREFIX/lib/pkgconfig
53+
export LIBRARY_PATH=$LIB_INSTALL_PREFIX/lib
54+
export PATH=$LIB_INSTALL_PREFIX/bin:$PATH
5255

5356
# Install libjpeg-turbo:
5457
# - pillow (a scikit-image dependency) dependency

0 commit comments

Comments
 (0)