mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-15 17:02:06 +08:00
replace -lAdvapi32 with -ladvapi32 which broke the build on mxe (#43)
This should not break any windows builds as the windows filesystem is case-insensitive.
This commit is contained in:
parent
c03d32ec17
commit
a36a327ddf
@ -9,7 +9,7 @@ INCLUDEPATH += $$PWD
|
|||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
msvc:LIBS += Advapi32.lib
|
msvc:LIBS += Advapi32.lib
|
||||||
gcc:LIBS += -lAdvapi32
|
gcc:LIBS += -ladvapi32
|
||||||
}
|
}
|
||||||
|
|
||||||
DISTFILES += \
|
DISTFILES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user