Skip to content

Commit 30b2659

Browse files
committed
Add missing DSO reference
1 parent eb45fa2 commit 30b2659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ else: unix:!android: target.path = /usr/bin/
152152
!isEmpty(target.path): INSTALLS += target
153153

154154
unix {
155-
LIBS += -ldl
155+
LIBS += -ldl -lz
156156
QMAKE_LFLAGS += -ldl -lutil -lz #-fsanitize=address
157157
QMAKE_CXXFLAGS += -g #-fno-omit-frame-pointer -fsanitize=address
158158

0 commit comments

Comments
 (0)