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:
Mikkel Krautz 2015-03-22 13:16:23 +01:00
parent 46fc40e12a
commit f05e6571ec

View File

@ -58,7 +58,7 @@ win32 {
}
} else {
CONFIG += staticlib
INCLUDEPATH += ../speex-srcbuild
INCLUDEPATH += ../speex-build
}
DIST = config.h speex.def speex/speex_config_types.h