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
Christopher Snowhill 2022-02-15 00:40:47 -08:00
parent 2036a92b23
commit 5e8f066a01
1 changed files with 2 additions and 0 deletions

View File

@ -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";