mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Fix typo in speex-build.pro: '../speex-build' instead of '../speex-srcbuild'.
The new 'no_include_pwd' CONFIG option introduced by
d855b67d10 showed us this bug.
Before that commit, OS X *did* include PWD in the INCLUDEPATH
by default. Because of that, the equivalent of '../speex-build'
was *already* in the INCLUDEPATH, because 'speex-build' is the
PWD of the .pro file.
Now that we explicitly require the PWD not to be included, our
own inclusion of 'speex-build' must be spelled correctly to work.
This commit fixes that.
This commit is contained in:
parent
46fc40e12a
commit
f05e6571ec
2
3rdparty/speex-build/speex-build.pro
vendored
2
3rdparty/speex-build/speex-build.pro
vendored
@ -58,7 +58,7 @@ win32 {
|
||||
}
|
||||
} else {
|
||||
CONFIG += staticlib
|
||||
INCLUDEPATH += ../speex-srcbuild
|
||||
INCLUDEPATH += ../speex-build
|
||||
}
|
||||
|
||||
DIST = config.h speex.def speex/speex_config_types.h
|
||||
|
||||
Loading…
Reference in New Issue
Block a user