Undef HAVE___INT128 in basic-config.h to fix gen_context compilation
Fixes #768.
This commit is contained in:
parent
3f4a5a10e4
commit
22e578bb11
|
@ -25,6 +25,7 @@
|
|||
#undef USE_SCALAR_INV_BUILTIN
|
||||
#undef USE_SCALAR_INV_NUM
|
||||
#undef ECMULT_WINDOW_SIZE
|
||||
#undef HAVE___INT128 /* used in util.h */
|
||||
|
||||
#define USE_NUM_NONE 1
|
||||
#define USE_FIELD_INV_BUILTIN 1
|
||||
|
|
Loading…
Reference in New Issue