Skip to content

Commit

Permalink
LD_LIBRARY_PATH -> LIBRARY_PATH [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 26, 2024
1 parent 79dc0be commit aec13f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darshan-util/pydarshan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ before-all = [
"make install"
]
before-build = [
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/darshan_install/lib",
"echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH",
"export LIBRARY_PATH=$LIBRARY_PATH:$PWD/darshan_install/lib",
"echo LIBRARY_PATH=$LIBRARY_PATH",
"echo PYDARSHAN_BUILD_EXT=$PYDARSHAN_BUILD_EXT",
"ls $PWD/darshan_install/lib"
]
Expand Down

0 comments on commit aec13f7

Please sign in to comment.