You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -370,7 +370,7 @@ kw = {'name':"pycrypto",
  4. 'ext_modules': plat_ext + [
  5. # _fastmath (uses GNU mp library)
  6. Extension("Crypto.PublicKey._fastmath",
  7. - include_dirs=['src/','/usr/include/'],
  8. + include_dirs=['src/'],
  9. libraries=['gmp'],
  10. sources=["src/_fastmath.c"]),