adding 'ios.h' to ignore list should work on non-Mac)
This commit is contained in:
parent
eedc032b98
commit
97b939195f
@ -6,7 +6,7 @@ import os
|
|||||||
|
|
||||||
|
|
||||||
architecture = 'armeabi'
|
architecture = 'armeabi'
|
||||||
excludedHeaders = set(['hdf5.h', 'cap_ios.h', 'eigen.hpp', 'cxeigen.hpp']) #TOREMOVE
|
excludedHeaders = set(['hdf5.h', 'cap_ios.h', 'ios.h', 'eigen.hpp', 'cxeigen.hpp']) #TOREMOVE
|
||||||
systemIncludes = ['sources/cxx-stl/gnu-libstdc++/4.6/include', \
|
systemIncludes = ['sources/cxx-stl/gnu-libstdc++/4.6/include', \
|
||||||
'/opt/android-ndk-r8c/platforms/android-8/arch-arm', # TODO: check if this one could be passed as command line arg
|
'/opt/android-ndk-r8c/platforms/android-8/arch-arm', # TODO: check if this one could be passed as command line arg
|
||||||
'sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include']
|
'sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user