Skip to content

Commit

Permalink
install into lib/esys
Browse files Browse the repository at this point in the history
  • Loading branch information
LutzGross committed Sep 19, 2024
1 parent d4fad5f commit dd96b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-escript.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ EXTRA_PYTHONPATH=$ESCRIPT_ROOT

if [ $STDLOCATION -eq 1 ]
then
EXTRA_LD_LIBRARY_PATH=$ESCRIPT_ROOT/lib
EXTRA_LD_LIBRARY_PATH=$ESCRIPT_ROOT/lib/esys
else
EXTRA_LD_LIBRARY_PATH=$ESCRIPT_ROOT/lib
EXTRA_LD_LIBRARY_PATH=$ESCRIPT_ROOT/lib/esys
fi

BUILDINFO_FILE="$ESCRIPT_ROOT/lib/buildvars"
Expand Down

0 comments on commit dd96b4d

Please sign in to comment.