Skip to content

Commit

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

0 comments on commit 2a11df0

Please sign in to comment.