Skip to content

Commit

Permalink
replace -lAdvapi32 with -ladvapi32 which broke the build on mxe (#43)
Browse files Browse the repository at this point in the history
This should not break any windows builds as the windows filesystem is case-insensitive.
  • Loading branch information
carlos22 authored and itay-grudev committed Jul 26, 2018
1 parent c03d32e commit a36a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleapplication.pri
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INCLUDEPATH += $$PWD

win32 {
msvc:LIBS += Advapi32.lib
gcc:LIBS += -lAdvapi32
gcc:LIBS += -ladvapi32
}

DISTFILES += \
Expand Down

0 comments on commit a36a327

Please sign in to comment.