Add include path for libogg
The new libogg directory must be included for <ogg/ogg.h> in one place. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
2036a92b23
commit
5e8f066a01
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,7 @@
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
../../ThirdParty/vorbis/include,
|
../../ThirdParty/vorbis/include,
|
||||||
|
../../ThirdParty/ogg/include,
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
||||||
|
@ -310,6 +311,7 @@
|
||||||
HEADER_SEARCH_PATHS = (
|
HEADER_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
../../ThirdParty/vorbis/include,
|
../../ThirdParty/vorbis/include,
|
||||||
|
../../ThirdParty/ogg/include,
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
||||||
|
|
Loading…
Reference in a new issue