Skip to content

Commit 1cea35b

Browse files
committed
fix debug builds on OSX
1 parent 4e815b0 commit 1cea35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythplugins/mythzoneminder/mythzmserver/mythzmserver.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ macx {
1414
CONFIG += qt
1515
QT += sql
1616
}
17-
!macx:LIBS = $$system(mysql_config --libs)
17+
LIBS = $$system(mysql_config --libs)
1818

1919
linux: DEFINES += linux
2020

0 commit comments

Comments
 (0)