mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
MacOS debug
This commit is contained in:
parent
76f1fa3d71
commit
8dcd2f366d
1 changed files with 2 additions and 1 deletions
3
test.sh
3
test.sh
|
@ -55,8 +55,9 @@ if [ "$PLATFORM" = "Mac" ]; then
|
|||
fi
|
||||
|
||||
export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:$HOME/lib:/usr/local/lib:/lib:/usr/lib"
|
||||
echo $DYLD_FALLBACK_LIBRARY_PATH
|
||||
|
||||
echo $DYLD_FALLBACK_LIBRARY_PATH
|
||||
export DYLD_PRINT_LIBRARIES=YES
|
||||
fi
|
||||
|
||||
if [ "$PLATFORM" = "Windows" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue