Add missing include paths.

This commit is contained in:
Joseph Cloutier
2022-05-09 16:37:13 -04:00
parent ff4f156787
commit d8d3f74211
4 changed files with 5 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/harfbuzz/src" if="NATIVE_TOOLKIT_HAVE_HARFBUZZ" />
<compilerflag value="-DNATIVE_TOOLKIT_HAVE_PNG" if="NATIVE_TOOLKIT_HAVE_PNG" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/png" if="NATIVE_TOOLKIT_HAVE_PNG" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/png" if="NATIVE_TOOLKIT_HAVE_PNG" />
<file name="${NATIVE_TOOLKIT_PATH}/freetype/src/autofit/autofit.c" />

View File

@@ -8,6 +8,7 @@
<files id="native-toolkit-ogg" tags="" >
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/ogg/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/"/>
<cache value="1" />

View File

@@ -39,6 +39,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/vorbis/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/overrides/ogg/include/"/>
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/ogg/include/"/>
<file name="${NATIVE_TOOLKIT_PATH}/vorbis/lib/mdct.c"/>