diff options
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 1f10e6746..6c475be81 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -734,6 +734,8 @@ <includepath path="${src.generated.c}/X11" if="isX11"/> <includepath path="${src.generated.c}/MacOSX" if="isOSX"/> <includepath path="${src.generated.c}/iOS" if="isIOS"/> + <includepath path="${src}/nativewindow/native" if="isIOS"/> + <includepath path="${src}/nativewindow/native/ios" if="isIOS"/> <includepath path="${src.generated.c}/Windows" if="isWindows"/> <includepath path="${src.generated.c}/KD" if="setup.addNativeKD" /> <includepath path="${src.generated.c}/IntelGDL" if="setup.addNativeIntelGDL" /> |