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>CQTexperiment
parent
2036a92b23
commit
5e8f066a01
|
@ -279,6 +279,7 @@
|
|||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
../../ThirdParty/vorbis/include,
|
||||
../../ThirdParty/ogg/include,
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
||||
|
@ -310,6 +311,7 @@
|
|||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
../../ThirdParty/vorbis/include,
|
||||
../../ThirdParty/ogg/include,
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
||||
|
|
Loading…
Reference in New Issue