1 Do not use /usr/include for headers
3 Using /usr/include is wrong when doing cross-compilation, so get rid
4 of it, and rely on the compiler to use the appropriate default paths
7 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 ===================================================================
14 'ext_modules': plat_ext + [
15 # _fastmath (uses GNU mp library)
16 Extension("Crypto.PublicKey._fastmath",
17 - include_dirs=['src/','/usr/include/'],
18 + include_dirs=['src/'],
20 sources=["src/_fastmath.c"]),