Skip to content

Commit

Permalink
Update classic wrapper with new LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Apr 22, 2024
1 parent 248cf00 commit 913d3ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions checkbox-core-snap/common_files/config/wrapper_common
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else
append_path LD_LIBRARY_PATH $RUNTIME/lib
append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts
append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts
append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/girepository-1.0
append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/$ARCH/girepository-1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else
append_path LD_LIBRARY_PATH $RUNTIME/lib
append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/blas
append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/lapack
append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts
Expand Down

0 comments on commit 913d3ae

Please sign in to comment.