Skip to content

Commit 20fa476

Browse files
committed
Fix double link reference on Mac
1 parent 24bbd84 commit 20fa476

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qb/config.libs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ if [ "$OS" = 'BSD' ]; then
4242
[ -d /usr/local/include ] && add_dirs INCLUDE /usr/local/include
4343
[ -d /usr/local/lib ] && add_dirs LIBRARY /usr/local/lib
4444
DYLIB=-lc;
45+
elif [ "$OS" = 'Darwin' ]; then
46+
DYLIB=
4547
elif [ "$OS" = 'Haiku' ]; then
4648
DYLIB=""
4749
CLIB=-lroot

0 commit comments

Comments
 (0)